Skip to content

Commit 0eff320

Browse files
committed
rename var
1 parent bce711c commit 0eff320

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/css/ionic/core.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
html {
25-
--ionic-dynamic-font: -apple-system-body;
25+
--ion-dynamic-font: -apple-system-body;
2626
}
2727

2828
body {

core/src/css/ionic/typography.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html {
88
// this should only be enabled on iOS devices.
99
@supports (-webkit-touch-callout: none) {
1010
html {
11-
font: var(--ionic-dynamic-font, 16px #{globals.$ion-font-family});
11+
font: var(--ion-dynamic-font, 16px #{globals.$ion-font-family});
1212
font-family: globals.$ion-font-family;
1313
}
1414
}

0 commit comments

Comments
 (0)