Skip to content

Commit 877d52d

Browse files
authored
Merge pull request #4103 from crazyserver/MOBILE-4470
MOBILE-4470 design: Add serif fallback font for km language
2 parents 5930f14 + 7aa0c6c commit 877d52d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/theme.design-system.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@import "theme.dark.scss";
44

55
html {
6+
// Add serif fallback font for km language in some devices.
7+
--ion-font-family: var(--ion-default-font), serif;
68

79
// Variables in the design system should be named using the following pattern:
810
// SYSTEM-CATEGORY-CONCEPT-PROPERTY-VARIANT (where the only required part is SYSTEM)

0 commit comments

Comments
 (0)