Advertisement
tominfnaf

romanticFont

Sep 2nd, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 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. color: #000;
  12. }
  13.  
  14. </style>
  15.  
  16. <div id="roman"> Romantic! </div>
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement