Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap" rel="stylesheet">
- </head>
- <style>
- @font-face {
- font-family:'handy';
- src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
- }
- @font-face { /* font for mark subtitles */
- font-family:chick;
- src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
- }
- @font-face { /* font title */
- font-family: 'powerpuff girls';
- src: url(https://dl.dropbox.com/s/sfryv4nuc5cjozr/Powerpuff.ttf);
- }
- a { /* links, you can change the text deco or erase it */
- color: #000;
- text-decoration: underline;
- text-decoration-style: dotted;
- font-weight:normal;
- font-family: 'Cabin', sans-serif;
- }
- a:hover {color: #fff;
- transition: .6s;}
- a { color: #000; }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment