diff options
| author | Blake Embrey <[email protected]> | 2013-05-09 13:48:02 -0700 |
|---|---|---|
| committer | Blake Embrey <[email protected]> | 2013-05-09 13:48:02 -0700 |
| commit | 4a03d456514a5c352a4ac5ee1eed1f7154b67f6a (patch) | |
| tree | df04f7aaed5abbea5775502371f59883d6ddaaa4 /less | |
| parent | d5e6bbba27a4193f02ca488f84057cfb2eeafb36 (diff) | |
| download | bootstrap-4a03d456514a5c352a4ac5ee1eed1f7154b67f6a.tar.xz bootstrap-4a03d456514a5c352a4ac5ee1eed1f7154b67f6a.zip | |
Make icons antialiased on Webkit browsers.
Diffstat (limited to 'less')
| -rw-r--r-- | less/glyphicons.less | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
