From 76dcc662cf76e69bef61c2260c791c1dda6f92bf Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Sat, 12 Mar 2022 08:32:48 -0800 Subject: [PATCH] Tidied up a bit --- scss/_font-compatibility.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; - } -}