mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
ebf38b97bf
* Hungarian translation for GenderDysphoria.fyi page. * Adding hungarian in build/_concats.js. * Reviewing code - transznemu instead of transgender, and "nemi diszforia" instead of "gender diszforia" * Revert font compatibility css * Changing accented letters * Updating accents * Lecture corrections. * Lecture corrections * CSS fix test * CSS fix test * CSS fix * Reading corrections. Co-authored-by: Jocelyn Badgley <github@twipped.com>
19 lines
297 B
SCSS
19 lines
297 B
SCSS
|
|
$font-secondary-comp: 'Helvetica Neue', Helvetica, serif;
|
|
|
|
html[lang=de], html[lang=pl] {
|
|
.card .card-body {
|
|
font-family: $font-secondary-comp;
|
|
}
|
|
|
|
.markup blockquote {
|
|
font-family: $font-secondary-comp;
|
|
}
|
|
}
|
|
|
|
html[lang=hu] {
|
|
blockquote {
|
|
font-family: $font-secondary-comp;
|
|
}
|
|
}
|