Advertisement
ukamori

cupcake font

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