commit: 3cd4201ce4fbdaf41f8ed4aac2e599e8815033c5
parent: 195057040cc35d45a7106e129374594b635d26ca
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Tue, 18 Jun 2019 16:31:33 +0000
Merge branch '573' into 'develop'
Apply font smoothing in webkit and firefox
Closes #573
See merge request pleroma/pleroma-fe!841
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 {