GenderDysphoria.fyi/scss/_font-compatibility.scss
2022-04-23 17:55:57 -07:00

13 lines
254 B
SCSS

$font-secondary-comp: 'Helvetica Neue', Helvetica, serif;
html[lang=de], html[lang=pl], html[lang=hu], html[lang=fr] {
.card .card-body {
font-family: $font-secondary-comp;
}
.markup blockquote {
font-family: $font-secondary-comp;
}
}