Advertisement
vaninoe

bubblegum font

Mar 31st, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: bubblegum;
  5. src: url(https://dl.dropbox.com/s/usb3bz6tpsfm8gc/Bubblegum.ttf);
  6. }
  7.  
  8.  
  9. #bubblegum {
  10. font-family: bubblegum;
  11. }
  12.  
  13. </style>
  14. <div id="bubblegum">
  15. Your Text Here!
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement