Advertisement
sodorkid

Super Mario Bros 3

Mar 13th, 2023
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.33 KB | Help | 0 0
  1. <style>
  2.     /* Font by Nintendo, reuploaded by David, found on DaFont */
  3.     @font-face {
  4.         src: url(https://dl.dropbox.com/s/8tekvu9x5nouyiu/Super-Mario-Bros--3.ttf);
  5.         font-family: 'SMB';
  6.     }
  7.    
  8.     div {
  9.         font-family: 'SMB';
  10.         font-size: 8px;
  11.     }
  12. </style>
  13.  
  14. <div>Super Mario Bros 3</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement