invaderzim

what is love? font

Jul 14th, 2022
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'love';
  4. src: url(https://files.catbox.moe/x57c07.otf);
  5. }
  6. #love {
  7. font-family:'love';
  8. }
  9. </style>
  10.  
  11. <div id="love">text</div>
Add Comment
Please, Sign In to add comment