Skip to content

Commit

Permalink
Fixed overly bold icons in Firefox Mac
Browse files Browse the repository at this point in the history
Firefox on the Mac renders the icons in an overly bold style '-webkit-font-smoothing: antialiased;' is included in this file to address the issue on most webkit browsers but it doesn't help with firefox on the Mac. adding -moz-osx-font-smoothing: grayscale; performs the equivalent function for firefox.
  • Loading branch information
TandyCorp authored Feb 16, 2017
1 parent 55c58a6 commit 46c7c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/css/source/lib/_icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
@_icon-font-vertical-align
) {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
._lib-icon-font-size(@_icon-font-size, @_icon-font-line-height);
.lib-css(color, @_icon-font-color);
.lib-css(content, @_icon-font-content);
Expand Down

0 comments on commit 46c7c42

Please sign in to comment.