Skip to content

Commit

Permalink
Fixed Safari font flicker.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed Mar 29, 2013
1 parent 4dc6c02 commit f016f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* {
margin: 0;
font-smooth: never;
-webkit-font-smoothing : none;
}

img {
Expand Down Expand Up @@ -60,6 +62,7 @@ a {

#headerInfo {
margin-top: 10px;
line-height: 20px;
}

#header img {
Expand Down

0 comments on commit f016f83

Please sign in to comment.