From 3d8d93fd3688c2978b20e77f0882839855f786dc Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 11 Jan 2023 20:41:23 +0100 Subject: Typography --- Makefile | 2 +- assets/css/_base.scss | 6 ------ yarn.lock | 2 +- 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 pyftsubset "$<" \ --text-file="assets/fonts/glyphs.txt" \ - --layout-features+=ss09,dlig \ + --layout-features+=ss02,ss09,dlig \ --flavor="woff2" \ --output-file="$@" 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 @@ @use 'iro-sass/src/index' as iro; @use 'iro-design/src/functions' as fn; -html, -pre, -code { - font-feature-settings: 'calt' 0, 'dlig' 1, 'ss09' 1; -} - body { box-sizing: border-box; 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: "iro-design@git+https://git.vulpes.one/git/iro-design.git": version "1.0.0" - resolved "git+https://git.vulpes.one/git/iro-design.git#992332a0a02519f1155eca113353aa7dafe362ec" + resolved "git+https://git.vulpes.one/git/iro-design.git#f0fcc8f9b417d0faa6c42dc4043502013a4b3082" dependencies: "@oddbird/blend" "^0.2.3" include-media "^1.4.9" -- cgit v1.2.3-54-g00ecf