GenderDysphoria.fyi/scss/_font-compatibility.scss

13 lines
239 B
SCSS
Raw Normal View History

2021-11-06 10:41:44 +01:00
$font-secondary-comp: 'Helvetica Neue', Helvetica, serif;
2022-03-12 08:32:48 -08:00
html[lang=de], html[lang=pl], html[lang=hu] {
2021-11-06 10:41:44 +01:00
.card .card-body {
font-family: $font-secondary-comp;
}
.markup blockquote {
font-family: $font-secondary-comp;
}
}