Fix: add Firefox-specific font smoothing properties

This commit is contained in:
Baptiste Grob
2020-09-10 17:27:11 +02:00
parent ed07655289
commit 844e853afd
2 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}