Skip to content

Commit

Permalink
Fix Safari bug where fonts glitch on hover effects
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminvo committed Feb 14, 2017
1 parent c546cd6 commit 5b334e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_global.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
-webkit-font-smoothing: subpixel-antialiased;
}

body {
color: $color-dark;
}
Expand Down

0 comments on commit 5b334e3

Please sign in to comment.