Update font feature settings Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 26 Jan 2020 18:14:02 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -2,7 +2,7 @@ @import url('https://rsms.me/inter/inter.css');
@supports (font-variation-settings: normal) { html { font-family: 'Inter var', sans-serif; - font-feature-settings: 'ss01' 1, 'ss02' 1, 'kern' 1, 'liga' 1, 'zero' 1; + font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 'cv03' 1, 'cv02' 1, 'cv04' 1; } }