Merge pull request #4103 from crazyserver/MOBILE-4470

MOBILE-4470 design: Add serif fallback font for km language
main
Dani Palou 2024-06-27 10:54:23 +02:00 committed by GitHub
commit 877d52d3fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)