Possibly fixing font weight issues in OSX Firefox

This commit is contained in:
onyxserpent 2014-10-09 20:28:33 -07:00
parent 6afa73dc91
commit 26cee800f6

View file

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