I want SVGs in img
elements to load external fonts
#127
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Translating graphics is a pain. Currently if you want to use
img
elements with SVGs, you lose the ability to load external fonts inside of the SVG. You can embed the fonts in the CSS inside of the SVG but that means that the font is downloaded every time a SVG is requested. Allowing us to embed fonts in SVGs used in theimg
element would make the web a more accessible and multilingual-friendly page.https://webwewant.fyi/wants/94/
Beta Was this translation helpful? Give feedback.
All reactions