Advertisement
ukamori

candice font

Sep 12th, 2021 (edited)
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. src: url(https://dl.dropbox.com/s/6mx33s74urhg4sv/Candice.ttf);
  4. font-family: Candice;
  5. }
  6.  
  7. div {
  8. font-family: Candice;
  9. font-size: 3em;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> Candice </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement