Skip to content

Commit bce711c

Browse files
committed
fix lint
1 parent f6decb4 commit bce711c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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});
12-
font-family: globals.$ion-font-family;
11+
font: var(--ionic-dynamic-font, 16px #{globals.$ion-font-family});
12+
font-family: globals.$ion-font-family;
1313
}
1414
}
1515

0 commit comments

Comments
 (0)