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