ityizhuo

happy chicken font

Jul 20th, 2021 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: chicken;
  4. src: url(https://dl.dropbox.com/s/yk37k53ddv7o6c6/Happy%20Chicken.ttf);
  5. }
  6.  
  7. #chicken {
  8. font-family: chicken;
  9. }
  10. </style>
  11.  
  12. <div id="chicken">Text!</div>
  13.  
  14.  
Add Comment
Please, Sign In to add comment