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
1 files changed,
6 insertions(+),
4 deletions(-)
jump to
M
static/style.css
→
static/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; }