-
Notifications
You must be signed in to change notification settings - Fork 118
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
How to set list of fonts? Especial need for NERD fonts #49
Comments
https://asciinema.org/a/wFKjX0AsVuesXIIACS6JSE0Wt shows fine |
Any idea on how to embed font or convert special glyph to svg glyphs? |
I dug a bit into the approach asciinema takes for this. Seems like they have a special web font for Powerline symbols. From their CSS file:
A feature to optionally embed this web font into the resulting SVG would solve this. Let's see how pronounced the performance impact of this is - maybe we could even strip the font down to the glyphs we find to be actually in use? |
Addressed in #61 |
tags: nerd font, powerline
The text was updated successfully, but these errors were encountered: