Skip to content

Commit 50995b3

Browse files
Fix components font family in docs
1 parent f22636f commit 50995b3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

styleguide.config.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,28 @@ module.exports = {
3333
},
3434
},
3535

36+
styles: {
37+
StyleGuide: {
38+
'@global body': {
39+
fontFamily: [
40+
'Roboto',
41+
'-apple-system',
42+
'BlinkMacSystemFont',
43+
'Segoe UI',
44+
'Helvetica Neue',
45+
'Arial',
46+
'Noto Sans',
47+
'sans-serif',
48+
'Apple Color Emoji',
49+
'Segoe UI Emoji',
50+
'Segoe UI Symbol',
51+
'Noto Color Emoji',
52+
].join(', '),
53+
lineHeight: 1.5,
54+
},
55+
},
56+
},
57+
3658
ignore: [
3759
'**/__tests__/**',
3860
'**/*.test.{js,jsx,ts,tsx}',

0 commit comments

Comments
 (0)