Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3677 from matrix-org/matthew/font-smoothing
Browse files Browse the repository at this point in the history
fix font smoothing to match figma
  • Loading branch information
ara4n authored Nov 27, 2019
2 parents 9f1df0c + bb7cc20 commit f0430d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ body {
color: $primary-fg-color;
border: 0px;
margin: 0px;

// needed to match the designs correctly on macOS
// see https://github.com/vector-im/riot-web/issues/11425
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

pre, code {
Expand Down

0 comments on commit f0430d3

Please sign in to comment.