commit b6dffd579a07fded0184a3c4669651b2bd0cd3d7
parent 750c521d149519ad19140b648ea97e2cf9d7effa
Author: Hugo Soucy <hugo@soucy.cc>
Date: Mon, 22 Jun 2020 21:42:40 -0400
Remove ISO font
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/static/src/css/global/abstractions/_root.scss b/static/src/css/global/abstractions/_root.scss
@@ -26,6 +26,7 @@
--quote-br-color: #{$color-epsilon};
/* Fonts */
- --base-font-family: #{map-get(map-get($fonts, 'iso'), 'name')}, #{map-get(map-get($fonts, 'iso'), 'fallback')};
+ //--base-font-family: #{map-get(map-get($fonts, 'iso'), 'name')}, #{map-get(map-get($fonts, 'iso'), 'fallback')};
+ --base-font-family: monospace;
--logo-font-family: #{map-get(map-get($fonts, 'leitura'), 'name')}, #{map-get(map-get($fonts, 'leitura'), 'fallback')};
}