Advertisement
vaninoe

chick font

Mar 31st, 2022
126
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.  
  3. @font-face {
  4. font-family: chick;
  5. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  6. }
  7.  
  8.  
  9. #chick {
  10. font-family: chick;
  11. }
  12.  
  13. </style>
  14. <div id="chick">
  15. Your Text Here!
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement