all repos — site @ c423df271640a061bc590099663e49bfe0fb8d07

source for my site, found at icyphox.sh

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
commit

c423df271640a061bc590099663e49bfe0fb8d07

parent

644edec3641b7eb388bd741aafa2cf74b0804edf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/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; } }