all repos — site @ 644edec3641b7eb388bd741aafa2cf74b0804edf

source for my site, found at icyphox.sh

Enable font settings, increase by 1px

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 26 Jan 2020 16:43:06 +0530
commit

644edec3641b7eb388bd741aafa2cf74b0804edf

parent

817e4b96d2691995001b0670f6936b4b3f3429d8

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

jump to
M static/style.cssstatic/style.css

@@ -1,7 +1,9 @@

@import url('https://rsms.me/inter/inter.css'); -html { font-family: 'Inter', sans-serif; } @supports (font-variation-settings: normal) { - html { font-family: 'Inter var', sans-serif; } + html { + font-family: 'Inter var', sans-serif; + font-feature-settings: 'ss01' 1, 'ss02' 1, 'kern' 1, 'liga' 1, 'zero' 1; + } } html,

@@ -37,7 +39,7 @@ }

.content { position: relative; - font-size: 17px; + font-size: 18px; top: 10%; left: 30%; right: 30%;

@@ -256,7 +258,7 @@ padding-bottom: 30px;

} -h1, h2, h3 { +h2, h3 { font-weight: normal; }