mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
Update css/font-awesome.css
Fix font smoothing (was too blurry in webkit)
This commit is contained in:
parent
16b6298026
commit
43335c9ec5
1
css/font-awesome.css
vendored
1
css/font-awesome.css
vendored
@ -46,6 +46,7 @@
|
||||
background-image: none !important;
|
||||
background-position: 0% 0%;
|
||||
background-repeat: repeat;
|
||||
-webkit-font-smoothing : antialiased;
|
||||
}
|
||||
[class^="icon-"]:before,
|
||||
[class*=" icon-"]:before {
|
||||
|
Loading…
Reference in New Issue
Block a user