We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5930f14 + 7aa0c6c commit 877d52dCopy full SHA for 877d52d
src/theme/theme.design-system.scss
@@ -3,6 +3,8 @@
3
@import "theme.dark.scss";
4
5
html {
6
+ // Add serif fallback font for km language in some devices.
7
+ --ion-font-family: var(--ion-default-font), serif;
8
9
// Variables in the design system should be named using the following pattern:
10
// SYSTEM-CATEGORY-CONCEPT-PROPERTY-VARIANT (where the only required part is SYSTEM)
0 commit comments