Skip to content

Commit

Permalink
feat(starters): Add font smoothing (#11751)
Browse files Browse the repository at this point in the history
This PR adds font smoothing via `layout.css` to the default gatsby starter theme.
  • Loading branch information
jahlherapath authored and DSchau committed Feb 18, 2019
1 parent 5d5e51b commit 9caa8e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starters/default/src/components/layout.css
Expand Up @@ -5,6 +5,8 @@ html {
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article,
aside,
Expand Down

0 comments on commit 9caa8e0

Please sign in to comment.