diff options
author | Volpeon <git@volpeon.ink> | 2023-01-11 20:41:23 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-01-11 20:41:23 +0100 |
commit | 3d8d93fd3688c2978b20e77f0882839855f786dc (patch) | |
tree | dd7e56ebbf3c1b447c6b75b44768518032f7ca2c | |
parent | Update (diff) | |
download | volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.tar.gz volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.tar.bz2 volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.zip |
Typography
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | assets/css/_base.scss | 6 | ||||
-rw-r--r-- | yarn.lock | 2 |
3 files changed, 2 insertions, 8 deletions
@@ -164,7 +164,7 @@ out/assets/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out/assets | |||
164 | 164 | ||
165 | pyftsubset "$<" \ | 165 | pyftsubset "$<" \ |
166 | --text-file="assets/fonts/glyphs.txt" \ | 166 | --text-file="assets/fonts/glyphs.txt" \ |
167 | --layout-features+=ss09,dlig \ | 167 | --layout-features+=ss02,ss09,dlig \ |
168 | --flavor="woff2" \ | 168 | --flavor="woff2" \ |
169 | --output-file="$@" | 169 | --output-file="$@" |
170 | 170 | ||
diff --git a/assets/css/_base.scss b/assets/css/_base.scss index eac9065..20ef755 100644 --- a/assets/css/_base.scss +++ b/assets/css/_base.scss | |||
@@ -1,12 +1,6 @@ | |||
1 | @use 'iro-sass/src/index' as iro; | 1 | @use 'iro-sass/src/index' as iro; |
2 | @use 'iro-design/src/functions' as fn; | 2 | @use 'iro-design/src/functions' as fn; |
3 | 3 | ||
4 | html, | ||
5 | pre, | ||
6 | code { | ||
7 | font-feature-settings: 'calt' 0, 'dlig' 1, 'ss09' 1; | ||
8 | } | ||
9 | |||
10 | body { | 4 | body { |
11 | box-sizing: border-box; | 5 | box-sizing: border-box; |
12 | height: auto; | 6 | height: auto; |
@@ -944,7 +944,7 @@ ini@^1.3.5: | |||
944 | 944 | ||
945 | "iro-design@git+https://git.vulpes.one/git/iro-design.git": | 945 | "iro-design@git+https://git.vulpes.one/git/iro-design.git": |
946 | version "1.0.0" | 946 | version "1.0.0" |
947 | resolved "git+https://git.vulpes.one/git/iro-design.git#992332a0a02519f1155eca113353aa7dafe362ec" | 947 | resolved "git+https://git.vulpes.one/git/iro-design.git#f0fcc8f9b417d0faa6c42dc4043502013a4b3082" |
948 | dependencies: | 948 | dependencies: |
949 | "@oddbird/blend" "^0.2.3" | 949 | "@oddbird/blend" "^0.2.3" |
950 | include-media "^1.4.9" | 950 | include-media "^1.4.9" |