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

Use SVG for menu icons instead of rebuilding the custom font #33

Open
rossengeorgiev opened this issue May 25, 2014 · 1 comment
Open

Comments

@rossengeorgiev
Copy link
Owner

Maintaining the custom font is cumbersome. Most browsers support SVG, which makes the process of adding/modifying vector icons - a breeze. After all font based icons are only useful if we are using them on multiple places on the same page and around the site.

@rossengeorgiev rossengeorgiev changed the title Use SVG for menu icons instead of building custom font Use SVG for menu icons instead of rebuilding the custom font May 25, 2014
@rossengeorgiev
Copy link
Owner Author

Recent icons are embedded as SVG, if I use object or img tags, I lose the ability to change colors. I still feel that they are better off as a font, as it's much easier to work with. On the flipside, updating the font is cumbersome.

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

No branches or pull requests

1 participant