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;
}

View File

@@ -21,6 +21,8 @@ body {
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-height: 100%;
height: 100%;