mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-15 06:10:53 +00:00
Possibly fixing font weight issues in OSX Firefox
This commit is contained in:
parent
115f4ff37e
commit
7b5fa25ab1
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue