You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing to fontawesome 4.7 I find e.g. that
.fa-user ([]) is narrower than the forkawesome (1.2.0) version. I could correct this by adding this style
while the current version appears to be more like having an intrinsic width of
width: 20px;
For .fa-search-plus ([&#x\f00e]) I find a vertical off of being a two pixels higher than its "original" fontawesome counterpart. (font-size 30px, for font-size 52px the offset is 3px)
So, my questions would be:
Should / could this be fixed?
Did others notice similar discrepancies?
The text was updated successfully, but these errors were encountered:
Comparing to fontawesome 4.7 I find e.g. that
.fa-user ([]) is narrower than the forkawesome (1.2.0) version. I could correct this by adding this style
while the current version appears to be more like having an intrinsic width of
For .fa-search-plus ([&#x\f00e]) I find a vertical off of being a two pixels higher than its "original" fontawesome counterpart. (font-size 30px, for font-size 52px the offset is 3px)
So, my questions would be:
Should / could this be fixed?
Did others notice similar discrepancies?
The text was updated successfully, but these errors were encountered: