Skip to content

Commit

Permalink
Merge pull request #40 from stewartrule/feat/font
Browse files Browse the repository at this point in the history
disable font-smoothing
  • Loading branch information
BcRikko authored Nov 30, 2018
2 parents 4c6bf1f + 9ee215f commit 40bce78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/base/generic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
font-size: $font-size;
color: $base-color;
background-color: $background-color;
-webkit-font-smoothing : none;
}

button,
Expand Down

0 comments on commit 40bce78

Please sign in to comment.