Skip to content

Commit

Permalink
change デフォルトのフォントファミリーを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
flour621 committed Dec 20, 2024
1 parent 2a0af4f commit 78c7ec0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/develop/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ module.exports = {
'check': 'url("/themes/develop/images/fa-check-solid.svg")',
'select': 'url("/themes/develop/images/fa-chevron-down-solid.svg")',
},
fontFamily: {
sans: [
'-apple-system',
'BlinkMacSystemFont',
'"Helvetica Neue"',
'"Segoe UI"',
'"Hiragino Kaku Gothic ProN"',
'"Hiragino Sans"',
'Arial',
'Meiryo',
'sans-serif'
],
},
typography: {
DEFAULT: {
css: {
Expand Down

0 comments on commit 78c7ec0

Please sign in to comment.