Skip to content

Commit 4836b51

Browse files
liberaldevsorah
authored andcommitted
Add default font style to all [lang] elements for consistency
1 parent c29606f commit 4836b51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

stylesheets/tailwind.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
@apply dark:bg-stone-900 dark:text-stone-50;
2525
}
2626

27+
[lang] {
28+
@apply font-default;
29+
}
30+
2731
/* CJK fonts */
2832
html:lang(ja),
2933
body:lang(ja),

0 commit comments

Comments
 (0)