Skip to content

Commit

Permalink
Added font smoothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Jul 7, 2015
1 parent ebf7986 commit b68066c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/css/base/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
}

html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: var(--font-text);
font-size: 5vh;
font-weight: var(--font-text-weight);
Expand Down

0 comments on commit b68066c

Please sign in to comment.