diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-18 16:31:33 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-18 16:31:33 +0000 |
| commit | 3cd4201ce4fbdaf41f8ed4aac2e599e8815033c5 (patch) | |
| tree | 760557692c5261c8f59c176edb53c0df1b4c330a /src | |
| parent | 195057040cc35d45a7106e129374594b635d26ca (diff) | |
| parent | 2b5ac611c915fc1374cd254c4f5917238316121b (diff) | |
Merge branch '573' into 'develop'
Apply font smoothing in webkit and firefox
Closes #573
See merge request pleroma/pleroma-fe!841
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 52a786ad..284fa58b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -47,6 +47,8 @@ body { color: var(--text, $fallback--text); max-width: 100vw; overflow-x: hidden; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } a { |
