y2kcarrds

jisoo drr ac fonts

Jan 10th, 2023
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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=Kosugi+Maru&display=swap" rel="stylesheet">
  5.  
  6. <link rel="preconnect" href="https://fonts.googleapis.com">
  7. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  8. <link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap" rel="stylesheet">
  9.  
  10. </head>
  11. <style>
  12.  
  13. @font-face {
  14. font-family:'handy';
  15. src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
  16. }
  17.  
  18. @font-face { /* font for mark subtitles */
  19. font-family:chick;
  20. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  21. }
  22.  
  23. @font-face { /* font title */
  24. font-family: 'powerpuff girls';
  25. src: url(https://dl.dropbox.com/s/sfryv4nuc5cjozr/Powerpuff.ttf);
  26. }
  27.  
  28. a { /* links, you can change the text deco or erase it */
  29. color: #000;
  30. text-decoration: underline;
  31. text-decoration-style: dotted;
  32. font-weight:normal;
  33. font-family: 'Cabin', sans-serif;
  34. }
  35.  
  36. a:hover {color: #fff;
  37. transition: .6s;}
  38. a { color: #000; }
  39. }
  40.  
  41. </style>
Advertisement
Add Comment
Please, Sign In to add comment