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 4d4d814 commit cd2cd39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ html.KanbanBoardApp-html {
body.KanbanBoardApp-body {
height: 100%;
margin: 0;
/* 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; */
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down

0 comments on commit cd2cd39

Please sign in to comment.