Merge pull request #4103 from crazyserver/MOBILE-4470
MOBILE-4470 design: Add serif fallback font for km languagemain
commit
877d52d3fd
|
@ -3,6 +3,8 @@
|
||||||
@import "theme.dark.scss";
|
@import "theme.dark.scss";
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
// Add serif fallback font for km language in some devices.
|
||||||
|
--ion-font-family: var(--ion-default-font), serif;
|
||||||
|
|
||||||
// Variables in the design system should be named using the following pattern:
|
// Variables in the design system should be named using the following pattern:
|
||||||
// SYSTEM-CATEGORY-CONCEPT-PROPERTY-VARIANT (where the only required part is SYSTEM)
|
// SYSTEM-CATEGORY-CONCEPT-PROPERTY-VARIANT (where the only required part is SYSTEM)
|
||||||
|
|
Loading…
Reference in New Issue