summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-11 20:41:23 +0100
committerVolpeon <git@volpeon.ink>2023-01-11 20:41:23 +0100
commit3d8d93fd3688c2978b20e77f0882839855f786dc (patch)
treedd7e56ebbf3c1b447c6b75b44768518032f7ca2c
parentUpdate (diff)
downloadvolpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.tar.gz
volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.tar.bz2
volpeon.ink-3d8d93fd3688c2978b20e77f0882839855f786dc.zip
Typography
-rw-r--r--Makefile2
-rw-r--r--assets/css/_base.scss6
-rw-r--r--yarn.lock2
3 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 5eb2df1..51629bc 100644
--- a/Makefile
+++ b/Makefile
@@ -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
4html,
5pre,
6code {
7 font-feature-settings: 'calt' 0, 'dlig' 1, 'ss09' 1;
8}
9
10body { 4body {
11 box-sizing: border-box; 5 box-sizing: border-box;
12 height: auto; 6 height: auto;
diff --git a/yarn.lock b/yarn.lock
index ee1943a..4400402 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -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"