Advertisement
vaninoe

billo font

Mar 31st, 2022
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: billo;
  5. src: url(https://dl.dropbox.com/s/klv8tmajlqrb2xz/BILLO___.TTF);
  6. }
  7.  
  8.  
  9.  
  10. #billo {
  11. font-family: billo;
  12. }
  13.  
  14. </style>
  15. <div id="billo">
  16. Your Text Here!
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement