invaderzim

omori font

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