Advertisement
ukamori

pixely font

Jul 8th, 2022
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: 'pixely';
  4. src: url(https://dl.dropbox.com/s/zjeoh8bs567jb84/nine0.ttf);
  5. }
  6.  
  7. div {
  8. font-family: 'pixely';
  9. font-size: 1em;
  10. }
  11. </style>
  12.  
  13. <div>pixely text text text text</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement