Advertisement
sodorkid

Pixeled English Font (otf)

Mar 13th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.34 KB | Help | 0 0
  1. <style>
  2.     /* Font by Kajetan, found on DaFont */
  3.     @font-face {
  4.         src: url(https://dl.dropbox.com/s/1s699p6m83au7nl/Pixeled%20English%20Font.otf);
  5.         font-family: 'pixel eng';
  6.     }
  7.    
  8.     div {
  9.         font-family: 'pixel eng';
  10.         font-size: 16px;
  11.     }
  12. </style>
  13.  
  14. <div>Pixeled English Font</div>
  15.        
  16.        
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement