[go: up one dir, main page]

Advertisement
powylv

[font] heart

Jun 29th, 2022 (edited)
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <!-- © NONTY.NET link: https://nonty.net/font/freefont/heart-font -->
  2.  
  3. <style>
  4. @font-face {
  5. font-family: heart;
  6. src: url(https://dl.dropbox.com/s/hwwi6hogrld2ve2/heartfont.ttf);
  7. }
  8.  
  9. div {
  10. font-family: heart;
  11. }
  12. </style>
  13.  
  14. <div> Heart </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement