invaderzim

positions font

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