2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Merge pull request #7836 from blakeembrey/icon-antialias

Make icons antialiased on Webkit browsers
This commit is contained in:
Mark Otto
2013-05-09 13:59:18 -07:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2177,6 +2177,7 @@ input[type="button"].btn-block {
.glyphicon:before { .glyphicon:before {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
+1
View File
@@ -34,6 +34,7 @@
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased;
} }
// Individual icons // Individual icons