mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Make icons antialiased on Webkit browsers.
This commit is contained in:
Vendored
+1
@@ -2177,6 +2177,7 @@ input[type="button"].btn-block {
|
|||||||
|
|
||||||
.glyphicon:before {
|
.glyphicon:before {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Individual icons
|
// Individual icons
|
||||||
|
|||||||
Reference in New Issue
Block a user