mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
13 lines
209 B
SCSS
13 lines
209 B
SCSS
|
|
||
|
$font-secondary-comp: 'Helvetica Neue', Helvetica, serif;
|
||
|
|
||
|
html[lang=de] {
|
||
|
.card .card-body {
|
||
|
font-family: $font-secondary-comp;
|
||
|
}
|
||
|
|
||
|
.markup blockquote {
|
||
|
font-family: $font-secondary-comp;
|
||
|
}
|
||
|
}
|