diff --git a/core/src/css/typography.scss b/core/src/css/typography.scss index 5493b0aab6..d1474a38d9 100644 --- a/core/src/css/typography.scss +++ b/core/src/css/typography.scss @@ -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)); } }