From 39c8d7102f2dcd6bb9dccbe8b2b9b52902efdd18 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 11 Aug 2022 15:38:09 +1200 Subject: [PATCH] Always use Cantarell font --- src/site/sass/includes/_main.sass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/site/sass/includes/_main.sass b/src/site/sass/includes/_main.sass index 504b93d..129d661 100644 --- a/src/site/sass/includes/_main.sass +++ b/src/site/sass/includes/_main.sass @@ -15,10 +15,7 @@ $theme: () !default src: url(/static/fonts/cantarell-#{$weight}.otf) format("opentype") font-display: swap // prefer a fallback font until the font file is loaded -body - font-family: "Bariol", sans-serif - -body.use-boring-font +body, body.use-boring-font // this is useful so that cyrillic and other scripts don't look conspicuous compared to nearby latin letters. // the use-boring-font class is activated based on the page and heuristics of its contents font-family: "Cantarell", sans-serif