From eb5399db69b4c3877c31502b0b8a8dcd4d8dd3b1 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Thu, 7 May 2020 09:44:28 -0300 Subject: [PATCH] inter css font import --- themes/mauro/static/css/sustain-main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/mauro/static/css/sustain-main.css b/themes/mauro/static/css/sustain-main.css index 9435748..d8de832 100755 --- a/themes/mauro/static/css/sustain-main.css +++ b/themes/mauro/static/css/sustain-main.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); +@import url('https://rsms.me/inter/inter.css'); /* Main page with stikky-footer */ html, body { @@ -9,6 +9,11 @@ html, body { /* border-top: 3px solid #27A822; */ } +@supports (font-variation-settings: normal) { + html, body { + font-family: 'Inter var', font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Source Sans Pro', sans-serif; + } +} /* Wrapper for page content to push down footer */ #wrap { padding-bottom: 50px;