Advertisement
cutesy

heart

Dec 20th, 2021
51
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. @font-face {
  3. font-family: heart;
  4. src: url(https://dl.dropbox.com/s/9i4icvxpr0cv5o4/heartfont.ttf);
  5. }
  6. .heart {
  7. font-family: heart;
  8. font-size: 20px;
  9. }
  10. </style>
  11. <div class="heart"> heart! </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement