Skip to content

Commit

Permalink
feat(curtana): global font smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 22, 2017
1 parent ba74276 commit 57bd509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion _app/assets/themes/curtana/_less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

.heading() {
font-size: 360%;
-webkit-font-smoothing: antialiased;
font-weight: bold;
letter-spacing: @heading-letter-spacing;
}
Expand Down
2 changes: 2 additions & 0 deletions _app/assets/themes/curtana/_less/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ html {
text-size-adjust: none;
text-rendering: optimizelegibility;
image-rendering: optimizequality;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
// TODO: You have to speicify background color for `html` in order to
// make `-webkit-filter` work
// Link: https://bugs.chromium.org/p/chromium/issues/detail?id=591015
Expand Down

0 comments on commit 57bd509

Please sign in to comment.