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

Icons not centered #2

Open
hertg opened this issue Jun 3, 2024 · 0 comments
Open

Icons not centered #2

hertg opened this issue Jun 3, 2024 · 0 comments

Comments

@hertg
Copy link

hertg commented Jun 3, 2024

Hey there, thanks a lot for your efforts in providing this font! I switched from using the official iconoir.css to using your font, and it was a very painless change.

One thing I've noticed is that, by default, icons shifted down a little bit.

Using iconoir.css
image

Using iconoir-font
slight shift downwards, making the icon not-centered
image


I think I was able to work around it by introducing a custom CSS that changes iconoir <i> elements to inline-flex:

i[class^="iconoir-"], i[class*=" iconoir-"] {
    display: inline-flex;
}

image

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