Advertisement
ruesha

lovely font

Jul 17th, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: lovely;
  5. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  6. }
  7.  
  8. div {
  9. font-family: lovely;
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div> lovely </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement