Advertisement
vaninoe

cutiep font

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