Advertisement
vaninoe

hello kitty font

Mar 31st, 2022
988
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 1 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: hello kitty;
  5. src: url(https://dl.dropbox.com/s/l5kzvuqppwfxa9z/hellokittyfont.ttf);
  6. }
  7.  
  8.  
  9.  
  10. #hellokitty {
  11. font-family: hello kitty;
  12. }
  13.  
  14. </style>
  15. <div id="hellokitty">
  16. Your Text Here!
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement