Advertisement
miyounhive

candice font

Apr 15th, 2022
423
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. @font-face {
  3. src: url(https://dl.dropbox.com/s/2yw6jbbv27g8xwv/Candice%20Ef%20Regular.ttf);
  4. font-family: candice;
  5. }
  6.  
  7. #candice {
  8. font-family: candice;
  9. font-size: 20px;
  10. }
  11. </style>
  12.  
  13. <div id="candice">candice!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement