Skip to content

Commit 7c6abe0

Browse files
authored
Merge pull request #630 from strapi/fix/font-family-mac
DS: Fix global apple system font-family
2 parents fc019a0 + 11bd8f5 commit 7c6abe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/strapi-design-system/src/ThemeProvider/ThemeProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const GlobalStyle = createGlobalStyle`
153153
height: 100%;
154154
}
155155
body {
156-
font-family: --apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
156+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
157157
}
158158
159159
button {

0 commit comments

Comments
 (0)