Advertisement
elroseria

small memory font

Aug 31st, 2022 (edited)
547
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 1 0
  1. <style>
  2. @font-face {
  3. font-family: small;
  4. src: url(https://dl.dropbox.com/s/yovcwkw73py96yn/SmallMemory.ttf);
  5. }
  6.  
  7. div {
  8. font-family: small;
  9. }
  10.  
  11. </style>
  12.  
  13. <div> small memory </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement