ukamori

kosmos font

Dec 11th, 2021 (edited)
1,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'kosmos';
  4. src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
  5.  
  6. }
  7.  
  8. div {
  9. font-family:'kosmos';
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div> kosmos </div>
Add Comment
Please, Sign In to add comment