diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/style.scss b/assets/style.scss index 6889798..2a871d9 100644 --- a/assets/style.scss +++ b/assets/style.scss | |||
@@ -21,6 +21,20 @@ $subcontent-indent: 4ch; | |||
21 | @return $r; | 21 | @return $r; |
22 | } | 22 | } |
23 | 23 | ||
24 | @font-face { | ||
25 | font-family: "Iosevka Term SS09"; | ||
26 | font-style: normal; | ||
27 | font-weight: normal; | ||
28 | src: url("/iosevka-term-ss09-regular.woff2") format("woff2"); | ||
29 | } | ||
30 | |||
31 | @font-face { | ||
32 | font-family: "Iosevka Term SS09"; | ||
33 | font-style: normal; | ||
34 | font-weight: bold; | ||
35 | src: url("/iosevka-term-ss09-bold.woff2") format("woff2"); | ||
36 | } | ||
37 | |||
24 | :root { | 38 | :root { |
25 | --gray1: hsl(270, 0%, 9.7%); | 39 | --gray1: hsl(270, 0%, 9.7%); |
26 | --gray2: hsl(270, 1%, 29%); | 40 | --gray2: hsl(270, 1%, 29%); |