Replies: 2 comments 3 replies
-
I actually found the |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no functionality to do this yet. It'd need an extension to the SVG renderer to be able to couple font names to URLs, I'd be happy to take a PR and otherwise I'll look at it when I have some time |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for this package.
It can be very useful for my use case, but I need the SVG generation to be very fast and light.
However, it seems that font files not only need to be available locally to the Go process, but are always embedded into the SVG file as a data-url.
Is there any way to reference a web-font by URL only?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions