mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix: add fallback for when not enabled (#28142)
This commit is contained in:
@@ -38,7 +38,10 @@ html {
|
||||
*/
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
html {
|
||||
font: var(--ion-dynamic-font);
|
||||
/**
|
||||
* Includes fallback if Dynamic Type is not enabled.
|
||||
*/
|
||||
font: var(--ion-dynamic-font, 16px var(--ion-font-family));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user