mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-21 23:57:30 +00:00
Always use Cantarell font
This commit is contained in:
parent
c2df6d696b
commit
39c8d7102f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user