forked from AkkomaGang/akkoma-fe
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:
commit
3cd4201ce4
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ body {
|
||||||
color: var(--text, $fallback--text);
|
color: var(--text, $fallback--text);
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue