|
1 | 1 | :root { |
2 | 2 | --theme-color: #0284c7; |
3 | 3 | --theme-secondary-color: #14b8a6; |
4 | | - |
5 | 4 | --theme-hover-color: #0ea5e9; |
6 | 5 | } |
7 | 6 |
|
8 | 7 | @font-face { |
9 | 8 | font-family: 'Material Icons'; |
10 | 9 | font-style: normal; |
11 | 10 | font-weight: 400; |
12 | | - src: url(fonts/material-icons.woff2) format('woff2'); |
| 11 | + src: url(/assets/fonts/material-icons.woff2) format('woff2'); |
| 12 | +} |
| 13 | +@font-face { |
| 14 | + font-family: 'Roboto Mono'; |
| 15 | + font-style: normal; |
| 16 | + font-weight: 400; |
| 17 | + src: url(/assets/fonts/roboto-mono-400.woff2) format('woff2'); |
| 18 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 19 | +} |
| 20 | +@font-face { |
| 21 | + font-family: 'Source Sans Pro'; |
| 22 | + font-style: normal; |
| 23 | + font-weight: 300; |
| 24 | + src: url(/assets/fonts/source-sans-pro-300.woff2) format('woff2'); |
| 25 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 26 | +} |
| 27 | +@font-face { |
| 28 | + font-family: 'Source Sans Pro'; |
| 29 | + font-style: normal; |
| 30 | + font-weight: 400; |
| 31 | + src: url(/assets/fonts/source-sans-pro-400.woff2) format('woff2'); |
| 32 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
| 33 | +} |
| 34 | +@font-face { |
| 35 | + font-family: 'Source Sans Pro'; |
| 36 | + font-style: normal; |
| 37 | + font-weight: 600; |
| 38 | + src: url(/assets/fonts/source-sans-pro-600.woff2) format('woff2'); |
| 39 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
13 | 40 | } |
14 | 41 |
|
15 | 42 | .material-icons { |
|
0 commit comments