Advertisement
dollzito

🪀 crd tuto: fonts embed

Feb 2nd, 2023
129
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. @font-face {
  3. font-family: chick;
  4. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  5. }
  6.  
  7. @font-face {
  8. font-family: ALBA;
  9. src: url(https://dl.dropbox.com/s/0l4qryezh7ac9ls/ALBA____.TTF);
  10. }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement