mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added -moz-osx-font-smoothing to the stylesheet which improves font rendering in firefox
This commit is contained in:
parent
db920f7aaf
commit
0db45733c5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
* {
|
* {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Headings
|
// Headings
|
||||||
|
|
Loading…
Reference in a new issue