Skip to content

Commit

Permalink
[FIX] fix body font family
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Oct 27, 2019
1 parent 14101bf commit 4d4d814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ html.KanbanBoardApp-html {
body.KanbanBoardApp-body {
height: 100%;
margin: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont,
/* font-family: -apple-system, system-ui, BlinkMacSystemFont,
'Hiragino Kaku Gothic ProN', meiryo,
'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--main-bg-color);
Expand Down

0 comments on commit 4d4d814

Please sign in to comment.