Advertisement
fterlyfe

yoster font

May 4th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <style>
  2. @font-face {
  3. font-family: yoster;
  4. src: url(https://dl.dropbox.com/s/p2e8osddewmrbk2/yoster.ttf);
  5. }
  6.  
  7.  
  8. #textytext {
  9. font-family: yoster;
  10. font-size: 20px;
  11. }
  12.  
  13. </style>
  14.  
  15. <div id="textytext">text here!</div>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement