aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Embrey <[email protected]>2013-05-09 13:48:02 -0700
committerBlake Embrey <[email protected]>2013-05-09 13:48:02 -0700
commit4a03d456514a5c352a4ac5ee1eed1f7154b67f6a (patch)
treedf04f7aaed5abbea5775502371f59883d6ddaaa4
parentd5e6bbba27a4193f02ca488f84057cfb2eeafb36 (diff)
downloadbootstrap-4a03d456514a5c352a4ac5ee1eed1f7154b67f6a.tar.xz
bootstrap-4a03d456514a5c352a4ac5ee1eed1f7154b67f6a.zip
Make icons antialiased on Webkit browsers.
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/glyphicons.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 03a26d13d..5eef85435 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 e8a96c05f..0d935ea19 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