~cadence/bibliogram

39c8d7102f2dcd6bb9dccbe8b2b9b52902efdd18 — Cadence Ember 1 year, 3 months ago c2df6d6
Always use Cantarell font
1 files changed, 1 insertions(+), 4 deletions(-)

M src/site/sass/includes/_main.sass
M src/site/sass/includes/_main.sass => src/site/sass/includes/_main.sass +1 -4
@@ 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