1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

add font compatibility SCSS file

This commit is contained in:
Laura
2021-11-06 10:41:44 +01:00
parent 771d72a272
commit c0db7c8cd5
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
$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;
}
}