typefaces icon indicating copy to clipboard operation
typefaces copied to clipboard

Support for SVG files

Open markvital opened this issue 5 years ago • 0 comments

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

markvital avatar Mar 15 '19 12:03 markvital