Skip to content

Commit 84bd9b1

Browse files
authored
feat: tweak fonts for windows environment (#645)
1 parent 84653bb commit 84bd9b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tailwind.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,17 @@ module.exports = {
6969
display: [
7070
'Optimistic Display',
7171
'-apple-system',
72+
// In Windows, font which is suitable for long text should be selected
73+
// for Japanese characters instead of Yu Gothic UI (system-ui)
74+
'"BIZ UDGothic"',
75+
'Meiryo',
7276
...defaultTheme.fontFamily.sans,
7377
],
7478
text: [
7579
'Optimistic Text',
7680
'-apple-system',
81+
'"BIZ UDGothic"',
82+
'Meiryo',
7783
...defaultTheme.fontFamily.sans,
7884
],
7985
mono: ['"Source Code Pro"', ...defaultTheme.fontFamily.mono],

0 commit comments

Comments
 (0)