Advertisement
sodorkid

Whats Happened font

Mar 13th, 2023
158
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/8162bwkotalua2d/WhatsHappened.ttf);
  4.         font-family: 'what';
  5.     }
  6.    
  7.     div {
  8.         font-family: 'what';
  9.         font-size: 15px;
  10.     }
  11. </style>
  12.  
  13. <div>Whats Happened</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement