Commit 4a03d456 authored by Blake Embrey's avatar Blake Embrey

Make icons antialiased on Webkit browsers.

parent d5e6bbba
...@@ -2177,6 +2177,7 @@ input[type="button"].btn-block { ...@@ -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;
......
...@@ -34,6 +34,7 @@ ...@@ -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
......
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