typefaces
typefaces copied to clipboard
Support for SVG files
Is there a good way to reference self-hosted fonts in my SVG file:
<style type="text/css">
@font-face {
font-family: "Roboto Mono";
src: url(#Some_URL_To_Roboto_Mono);
}
</style>
Right now it generates URLs like this: http://localhost:8000/static/roboto-mono-latin-700-4bc0bd04b8b2f6730b5997503fa4ce5a.woff2