invaderzim

marola font

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