Merge branch '573' into 'develop'

Apply font smoothing in webkit and firefox

Closes #573

See merge request pleroma/pleroma-fe!841
This commit is contained in:
HJ 2019-06-18 16:31:33 +00:00
commit 3cd4201ce4

View file

@ -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 {