-
Notifications
You must be signed in to change notification settings - Fork 719
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 icon-font instead of svg in html outputs #2505
Comments
From a bit of research, it looks like an icon font is not a possible solution here. Icon fonts are monocolor, but they really need to be multicolored to be recognizable. I have a possible partial resolution for this from #2335, where the |
Search Terms
reduce svg size
Problem
In the html output, svg codes make up 40%-60% of the total file size.
Suggested Solution
It might be a better solution to use icon font instead.
The text was updated successfully, but these errors were encountered: