all repos — site @ de847825428d331ffb008357798d0e2aa5a73abd

source for my site, found at icyphox.sh

Back to Inter

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 19 Oct 2019 14:54:32 +0530
commit

de847825428d331ffb008357798d0e2aa5a73abd

parent

d9cf27734323efb6dd542c98a985fe4bd9c8b88d

2 files changed, 12 insertions(+), 4 deletions(-)

jump to
M build/static/style.cssbuild/static/style.css

@@ -1,8 +1,12 @@

-html { font-family: sans-serif; } +@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, body { - background: #021012; + background: #021012; } .container {
M static/style.cssstatic/style.css

@@ -1,8 +1,12 @@

-html { font-family: sans-serif; } +@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, body { - background: #021012; + background: #021012; } .container {