Advertisement
vaninoe

rilakkuma font

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