1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Make icons antialiased on Webkit browsers.

This commit is contained in:
Blake Embrey 2013-05-09 13:48:02 -07:00
parent d5e6bbba27
commit 4a03d45651
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -34,6 +34,7 @@
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
// Individual icons