Tidied up a bit

This commit is contained in:
Jocelyn Badgley (Twipped) 2022-03-12 08:32:48 -08:00
parent ebf38b97bf
commit 76dcc662cf

View File

@ -1,7 +1,7 @@
$font-secondary-comp: 'Helvetica Neue', Helvetica, serif;
html[lang=de], html[lang=pl] {
html[lang=de], html[lang=pl], html[lang=hu] {
.card .card-body {
font-family: $font-secondary-comp;
}
@ -10,9 +10,3 @@ html[lang=de], html[lang=pl] {
font-family: $font-secondary-comp;
}
}
html[lang=hu] {
blockquote {
font-family: $font-secondary-comp;
}
}