This image is a screenshot from Font Awesome examples
On my screen (and I even rotated in Paint to make sure it really was blurry and not just some magic) the 90 and 270 degree rotations appear blurry. The vertical and horizontal flips are fine. My question is why? What is it about either Chrome, or the Font Awesome mechanism that causes this to happen?
Naturally, thing are much worse in IE 9
The font-awesome CSS define a CSS rule that causes this issue.
.fa {
line-height: 1;
}
After removing this rule, the icon display very well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With