Advertisement
elroseria

love heart font

Sep 2nd, 2022
437
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: loveheart;
  5. src: url(https://dl.dropbox.com/s/d46791p5n7klfgm/love%20heart.ttf?);
  6. }
  7.  
  8. div {
  9. font-family: loveheart;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> love heart </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement