Advertisement
sodorkid

Wavetosh font

Mar 13th, 2023
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.25 KB | Help | 0 0
  1. <style>
  2.     @font-face {
  3.         src: url(https://dl.dropbox.com/s/bur9p08adqt7usy/Wavetosh.ttf);
  4.         font-family: 'wavetosh';
  5.     }
  6.    
  7.     div {
  8.         font-family: 'wavetosh';
  9.         font-size: 15px;
  10.     }
  11. </style>
  12.  
  13. <div>Wavetosh</div>
Tags: font ttf wavetosh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement