Skip to content

Commit 7c89f73

Browse files
authored
Fix quotation mark for German (#7096)
1 parent 37cd100 commit 7c89f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitsune/sumo/static/sumo/scss/config/_project-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
// With locales where Zilla Slab and Metropolis have partial support, we just use Inter for everything
5252
// to avoid only some characters falling back to a different font within a word/sentence:
53-
[lang="ee"], [lang="ig"], [lang="vi"], [lang="yo"] {
53+
[lang="de"], [lang="ee"], [lang="ig"], [lang="vi"], [lang="yo"] {
5454
--base-font-family: Inter, X-LocaleSpecific, sans-serif;
5555
--heading-font-family-moz: var(--base-font-family);
5656
--heading-font-family: var(--base-font-family);

0 commit comments

Comments
 (0)