Advertisement
ruesha

barbie font

Jul 17th, 2024 (edited)
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: barbie;
  5. src: url(https://dl.dropbox.com/scl/fi/qhum3ejwwxwwd09540odw/barbie.ttf?rlkey=8nw205x33nyv0k7g8jktodwvn&dl=0);
  6. }
  7.  
  8. barbie {
  9. font-family: barbie;
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div id="barbie"> barbie </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement