Answer the question
In order to leave comments, you need to log in
Why is the font awesome icon blurry?
Inserting an icon via pseudo-element from font awesome
.group--has-sub:after {
font-family: fontawesome;
content: "\f0c9";
font-weight: normal;
display: block;
position: absolute;
font-size: 16px;
top: 14px;
right: 10px;
}
<i class="fa fa-bars"></i>
Answer the question
In order to leave comments, you need to log in
1. When using different insertion methods, have you checked if the font sizes are different? This may be the reason. On monitors with resolutions lower than Full HD, elements of different sizes may appear to have different degrees of sharpness.
2. "Cross" garbage in CSS. Try comparing both methods in a blank document with nothing but fontawesome itself. If the results are identical - dig into the original CSS, and reset all parameters for the desired element before installing FA.
Hope it was helpful.
It's about rendering fonts in webkit. You need to use the anti-aliasing function
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question