Advertisement
gyaruko

shaky hand font

Feb 22nd, 2022
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: shaky;
  5. src: url(https://dl.dropbox.com/s/5qhi2sd561vx1p3/shaky-hand-some-comic.bold.otf);
  6. }
  7.  
  8. #shaky {
  9. font-family: shaky;
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div id="shaky"> Shaky Hand </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement