MOBILE-4470 design: Add serif fallback font for km language

main
Pau Ferrer Ocaña 2024-06-27 10:31:34 +02:00
parent 5930f1426d
commit 7aa0c6c570
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
@import "theme.dark.scss";
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:
// SYSTEM-CATEGORY-CONCEPT-PROPERTY-VARIANT (where the only required part is SYSTEM)