solved text bolding issue on mac
This commit is contained in:
parent
b883d03b4e
commit
2aacd545ec
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,8 @@ body {
|
||||||
background: #d8d9da url(shattered_@2X.png);
|
background: #d8d9da url(shattered_@2X.png);
|
||||||
font-family: 'din-medium', helvetica, sans-serif;
|
font-family: 'din-medium', helvetica, sans-serif;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
@ -118,6 +120,7 @@ input[type="submit"] {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
font-family: 'din-medium', helvetica, sans-serif;
|
font-family: 'din-medium', helvetica, sans-serif;
|
||||||
|
-webkit-font-smoothing: inherit;
|
||||||
}
|
}
|
||||||
button.button:hover,
|
button.button:hover,
|
||||||
a.button:hover,
|
a.button:hover,
|
||||||
|
|
Loading…
Reference in a new issue