We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce711c commit 0eff320Copy full SHA for 0eff320
2 files changed
core/src/css/ionic/core.ionic.scss
@@ -22,7 +22,7 @@
22
}
23
24
html {
25
- --ionic-dynamic-font: -apple-system-body;
+ --ion-dynamic-font: -apple-system-body;
26
27
28
body {
core/src/css/ionic/typography.ionic.scss
@@ -8,7 +8,7 @@ html {
8
// this should only be enabled on iOS devices.
9
@supports (-webkit-touch-callout: none) {
10
11
- font: var(--ionic-dynamic-font, 16px #{globals.$ion-font-family});
+ font: var(--ion-dynamic-font, 16px #{globals.$ion-font-family});
12
font-family: globals.$ion-font-family;
13
14
0 commit comments