From: Blake Embrey Date: Thu, 9 May 2013 20:48:02 +0000 (-0700) Subject: Make icons antialiased on Webkit browsers. X-Git-Tag: v3.0.0-rc1~357^2~26^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7836%2Fhead;p=thirdparty%2Fbootstrap.git Make icons antialiased on Webkit browsers. --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 03a26d13d3..5eef85435f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; diff --git a/less/glyphicons.less b/less/glyphicons.less index e8a96c05f0..0d935ea192 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -34,6 +34,7 @@ font-style: normal; font-weight: normal; line-height: 1; + -webkit-font-smoothing: antialiased; } // Individual icons