Skip to content

Commit

Permalink
Merge pull request Tox-Archive#7 from stal888/patch-1
Browse files Browse the repository at this point in the history
Remove -webkit-font-smoothing and co. from .font
  • Loading branch information
stqism committed Mar 8, 2015
2 parents 8bffa90 + 6a2e9de commit 012d24b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/assets/css/tox-helper.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ body {
font-smooth:always;
text-rendering: optimizeLegibility;

-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;

cursor:default;
}
.font.FiraSans {
Expand Down Expand Up @@ -151,4 +145,4 @@ body {

/* Force hiding */
color:transparent;
}
}

0 comments on commit 012d24b

Please sign in to comment.