Advertisement
gyaruko

romantic font

Feb 22nd, 2022
6,683
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: roman;
  5. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  6. }
  7.  
  8. #roman {
  9. font-family: roman;
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div id="roman"> Romantic </div>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement