Possibly fixing font weight issues in OSX Firefox

This commit is contained in:
onyxserpent 2014-10-09 20:28:33 -07:00
parent 115f4ff37e
commit 7b5fa25ab1

View file

@ -2,6 +2,11 @@
Firefox select hacks Firefox select hacks
*/ */
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
select { select {
-moz-appearance: none; -moz-appearance: none;
text-indent: 0.01px; text-indent: 0.01px;