diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-22 11:32:24 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-22 11:32:24 +0100 |
| commit | b4a0a4ea3f50049e880553ce20747972e8537299 (patch) | |
| tree | f14b1faec2c1aaadae10d3f0a123b84be18a3a98 /assets | |
| parent | Fine-grained compilation when watching (diff) | |
| download | volpeon.ink-b4a0a4ea3f50049e880553ce20747972e8537299.tar.gz volpeon.ink-b4a0a4ea3f50049e880553ce20747972e8537299.tar.bz2 volpeon.ink-b4a0a4ea3f50049e880553ce20747972e8537299.zip | |
Misc changes
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%); |
