GenderDysphoria.fyi/scss/_font-compatibility.scss

13 lines
254 B
SCSS
Raw Permalink Normal View History

2021-11-06 10:41:44 +01:00
$font-secondary-comp: 'Helvetica Neue', Helvetica, serif;
2022-04-24 02:55:57 +02:00
html[lang=de], html[lang=pl], html[lang=hu], html[lang=fr] {
2021-11-06 10:41:44 +01:00
.card .card-body {
font-family: $font-secondary-comp;
}
.markup blockquote {
font-family: $font-secondary-comp;
}
}