Skip to content

Commit 0feb5f2

Browse files
averyjohnstonsean-perkins
authored andcommitted
docs(dynamic-font): fix font family name (#3149)
1 parent 9271827 commit 0feb5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layout/dynamic-font-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ We recommend using the default fonts in Ionic as they are designed to look good
6161
```css
6262
html {
6363
--ion-dynamic-font: var(--ion-default-dynamic-font);
64-
--ion-font-family: 'Comic Sans';
64+
--ion-font-family: 'Comic Sans MS';
6565
}
6666
```
6767

0 commit comments

Comments
 (0)