Advertisement
sodorkid

Bleo font

Mar 12th, 2023 (edited)
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.24 KB | Help | 0 0
  1. <style>
  2. /* font by MrtheNoronha, found on Dafont */
  3. @font-face {
  4.  src: url(https://www.dropbox.com/s/2dqnbbud1k1fea6/Bleo.ttf);
  5.  font-family: 'bleo';
  6. }
  7.  
  8. div {
  9.  font-family: 'bleo';
  10.  font-size: 16px;
  11. }
  12. </style>
  13.  
  14. <div> Bleo </div>
Tags: fonts bleo ttf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement