Skip to content

Commit

Permalink
Merge pull request #4115 from aduth/aduth-link-smoothing-consistency
Browse files Browse the repository at this point in the history
Buttons: Use "inherit" for font smoothing reset
  • Loading branch information
thisisdano committed Apr 22, 2021
2 parents 3701ddb + 4f39b1b commit b4391ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stylesheets/core/mixins/_add-knockout-font-smoothing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
}

@mixin no-knockout-font-smoothing {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: inherit;
-webkit-font-smoothing: inherit;
}

0 comments on commit b4391ba

Please sign in to comment.