mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 09:21:55 +02:00
Merge pull request #3677 from matrix-org/matthew/font-smoothing
fix font smoothing to match figma
This commit is contained in:
commit
f0430d341b
@ -30,6 +30,11 @@ body {
|
|||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin: 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 {
|
pre, code {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user