SVG doesn't use font when inside HTML
When used as an image (via an html <img>
tag, an SVG <image>
tag or as a CSS background-image) SVG must be consist of a single file in order to protect user privacy.
You can use a font, but you'll need to convert the font data to a data URI and embed the font in the SVG file.