Skip to content
Snippets Groups Projects
Commit 740fa96c authored by Kiran Rao's avatar Kiran Rao
Browse files

Fix firefox font smoothing to be consistent with chrome

parent 16ccbd4f
No related branches found
No related tags found
No related merge requests found
......@@ -528,6 +528,7 @@ body {
height: 100%;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1rem;
padding: 0;
overflow: visible;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment