diff options
author | Volpeon <git@volpeon.ink> | 2020-12-22 21:35:57 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-22 21:35:57 +0100 |
commit | 021f6ace11aee47a7ba9d7381cc16b0acf50f748 (patch) | |
tree | ba098a9046a0d0e0262d027492e9460b2c5ad8de /assets | |
parent | Added deploy command to makefile (diff) | |
download | volpeon.ink-021f6ace11aee47a7ba9d7381cc16b0acf50f748.tar.gz volpeon.ink-021f6ace11aee47a7ba9d7381cc16b0acf50f748.tar.bz2 volpeon.ink-021f6ace11aee47a7ba9d7381cc16b0acf50f748.zip |
Switched from cssnano to csso, added robots.txt, changed output dir
Diffstat (limited to 'assets')
-rw-r--r-- | assets/glyphs.txt | 2 | ||||
-rw-r--r-- | assets/style.scss | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/assets/glyphs.txt b/assets/glyphs.txt index 0755cf9..ac0461a 100644 --- a/assets/glyphs.txt +++ b/assets/glyphs.txt | |||
@@ -1 +1 @@ | |||
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`´abcdefghijklmnopqrstuvwxyz{|}~äöüÄÖÜßẞ↓↙←↖↑↗→↘€»«„“”·…°’‾█▓▒░ ▀▄‐╭╮─│╰╯┌┐└┘├╱╲╳ʻ‘⋀ | !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`´abcdefghijklmnopqrstuvwxyz{|}~äöüÄÖÜßẞ↓↙←↖↑↗→↘€»«„“”·…°’‾█▓▒░ ▀▄‐╭╮─│╰╯┌┐└┘├╱╲╳ʻ‘ | ||
diff --git a/assets/style.scss b/assets/style.scss index 2a871d9..f3a8b81 100644 --- a/assets/style.scss +++ b/assets/style.scss | |||
@@ -22,17 +22,17 @@ $subcontent-indent: 4ch; | |||
22 | } | 22 | } |
23 | 23 | ||
24 | @font-face { | 24 | @font-face { |
25 | font-family: "Iosevka Term SS09"; | 25 | font-family: "Iosevka Term SS09"; |
26 | font-style: normal; | 26 | font-style: normal; |
27 | font-weight: normal; | 27 | font-weight: normal; |
28 | src: url("/iosevka-term-ss09-regular.woff2") format("woff2"); | 28 | src: url("/iosevka-term-ss09-regular.woff2") format("woff2"); |
29 | } | 29 | } |
30 | 30 | ||
31 | @font-face { | 31 | @font-face { |
32 | font-family: "Iosevka Term SS09"; | 32 | font-family: "Iosevka Term SS09"; |
33 | font-style: normal; | 33 | font-style: normal; |
34 | font-weight: bold; | 34 | font-weight: bold; |
35 | src: url("/iosevka-term-ss09-bold.woff2") format("woff2"); | 35 | src: url("/iosevka-term-ss09-bold.woff2") format("woff2"); |
36 | } | 36 | } |
37 | 37 | ||
38 | :root { | 38 | :root { |