diff options
| author | Mark Otto <[email protected]> | 2013-10-28 20:36:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-28 20:36:40 -0700 |
| commit | dcf51315a3da3755248bc06c1131f335de5e5c62 (patch) | |
| tree | 7bff4c1ad0ba0a5b683e144773967ce951f4b21a /less | |
| parent | 0026e5655b7bff8a1c609e52bdfba946436f4616 (diff) | |
| parent | f9eec5b60a1e84c6ffa1ae6bd53b9e064018d961 (diff) | |
| download | bootstrap-dcf51315a3da3755248bc06c1131f335de5e5c62.tar.xz bootstrap-dcf51315a3da3755248bc06c1131f335de5e5c62.zip | |
Merge pull request #11258 from ZDroid/smoothing
Add -moz-osx-font-smoothing
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 5a8231448..9de2dd3b6 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -27,6 +27,7 @@ font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; &:empty { width: 1em; |
