Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatible sizes of some icons (compared to fontawesome 4.7.0) #413

Open
sebhaase opened this issue Feb 13, 2023 · 0 comments
Open

incompatible sizes of some icons (compared to fontawesome 4.7.0) #413

sebhaase opened this issue Feb 13, 2023 · 0 comments

Comments

@sebhaase
Copy link

sebhaase commented Feb 13, 2023

Comparing to fontawesome 4.7 I find e.g. that
.fa-user ([&#xf007]) is narrower than the forkawesome (1.2.0) version. I could correct this by adding this style

.fa-user:before {
    content: "\f007";
    width: 23.7px;
    display: inline-block;
}

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant