diff --git a/scss/_font-compatibility.scss b/scss/_font-compatibility.scss index a5e584d..d512b16 100644 --- a/scss/_font-compatibility.scss +++ b/scss/_font-compatibility.scss @@ -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; - } -}