Advertisement
ruesha

kilo font

Jul 16th, 2024
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: kilo;
  4. src: url(https://dl.dropbox.com/scl/fi/rrptemyz5wq54bwduhqeq/Kilo.otf?rlkey=h5u9sb4183sre4gqxmdvs0npi&st=ox1tz2jr&dl=0);
  5. }
  6.  
  7. div {
  8. font-family: kilo;
  9. font-size: 2em;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> kilo </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement