mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +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")
|
src: url(/static/fonts/cantarell-#{$weight}.otf) format("opentype")
|
||||||
font-display: swap // prefer a fallback font until the font file is loaded
|
font-display: swap // prefer a fallback font until the font file is loaded
|
||||||
|
|
||||||
body
|
body, body.use-boring-font
|
||||||
font-family: "Bariol", sans-serif
|
|
||||||
|
|
||||||
body.use-boring-font
|
|
||||||
// this is useful so that cyrillic and other scripts don't look conspicuous compared to nearby latin letters.
|
// 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
|
// the use-boring-font class is activated based on the page and heuristics of its contents
|
||||||
font-family: "Cantarell", sans-serif
|
font-family: "Cantarell", sans-serif
|
||||||
|
Loading…
Reference in New Issue
Block a user