Commit 8f9cc5ae authored by Mark Otto's avatar Mark Otto

Merge pull request #7836 from blakeembrey/icon-antialias

Make icons antialiased on Webkit browsers
parents d5e6bbba 4a03d456
......@@ -2177,6 +2177,7 @@ input[type="button"].btn-block {
.glyphicon:before {
font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
......
......@@ -34,6 +34,7 @@
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
// Individual icons
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment