Skip to content
Snippets Groups Projects

Apply font smoothing in webkit and firefox

Merged Tae Hoon requested to merge tae/pleroma-fe:573 into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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 {
Loading