Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/theme/theme.design-system.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down