Advertisement
izuemis

munequita fonts

Feb 19th, 2023
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.googleapis.com">
  3. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  4. <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap" rel="stylesheet">
  5.  
  6. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
  7.  
  8. </head>
  9.  
  10. <style>
  11.  
  12. ::selection {
  13. color: white;
  14. background: #8ba9da;
  15. }
  16.  
  17. ::-webkit-scrollbar { /* to hide scrollbar, you can change it */
  18. display: none;
  19. }
  20.  
  21. @font-face { /* font title */
  22. font-family: 'powerpuff girls';
  23. src:url(https://dl.dropbox.com/s/sfryv4nuc5cjozr/Powerpuff.ttf);
  24. }
  25.  
  26. @font-face { /* font for mark subtitles */
  27. font-family:chick;
  28. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  29. }
  30.  
  31. @font-face { /* font for marquee music player */
  32. font-family: handy;
  33. src:url(https://dl.dropbox.com/s/ga9hf4idu3egjb5/handy00.ttf);
  34. }
  35.  
  36. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement