|
5 | 5 | @import url(https://cdn.xeiaso.net/static/css/iosevka/family.css);
|
6 | 6 | @import url(https://cdn.xeiaso.net/static/css/podkova/family.css);
|
7 | 7 |
|
| 8 | +/* latin-ext */ |
| 9 | +@font-face { |
| 10 | + font-family: "Schibsted Grotesk"; |
| 11 | + font-style: italic; |
| 12 | + font-weight: 400 900; |
| 13 | + font-display: swap; |
| 14 | + src: url(static/font/schibsted-grotesk-italic-latin-ext.woff2) format("woff2"); |
| 15 | + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, |
| 16 | + U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, |
| 17 | + U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; |
| 18 | +} |
| 19 | +/* latin */ |
| 20 | +@font-face { |
| 21 | + font-family: "Schibsted Grotesk"; |
| 22 | + font-style: italic; |
| 23 | + font-weight: 400 900; |
| 24 | + font-display: swap; |
| 25 | + src: url(static/font/schibsted-grotesk-italic-latin.woff2) format("woff2"); |
| 26 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, |
| 27 | + U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, |
| 28 | + U+2212, U+2215, U+FEFF, U+FFFD; |
| 29 | +} |
| 30 | +/* latin-ext */ |
| 31 | +@font-face { |
| 32 | + font-family: "Schibsted Grotesk"; |
| 33 | + font-style: normal; |
| 34 | + font-weight: 400 900; |
| 35 | + font-display: swap; |
| 36 | + src: url(static/font/schibsted-grotesk-latin-ext.woff2) format("woff2"); |
| 37 | + unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, |
| 38 | + U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, |
| 39 | + U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; |
| 40 | +} |
| 41 | +/* latin */ |
| 42 | +@font-face { |
| 43 | + font-family: "Schibsted Grotesk"; |
| 44 | + font-style: normal; |
| 45 | + font-weight: 400 900; |
| 46 | + font-display: swap; |
| 47 | + src: url(static/font/schibsted-grotesk-latin.woff2) format("woff2"); |
| 48 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, |
| 49 | + U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, |
| 50 | + U+2212, U+2215, U+FEFF, U+FFFD; |
| 51 | +} |
| 52 | + |
8 | 53 | @layer base {
|
9 | 54 | a {
|
10 | 55 | @apply text-link-light-normal hover:text-link-light-hover hover:bg-link-light-hoverBg visited:text-link-light-visited visited:hover:text-link-light-visitedHover visited:hover:bg-link-light-visitedHoverBg underline;
|
|
0 commit comments