mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
13 lines
254 B
SCSS
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;
|
|
}
|
|
}
|