vitaliymaz / vscode-svg-previewer

Vscode SVG Previewer
22 stars 4 forks source link

Custom font rendering support #61

Closed pedromxavier closed 2 years ago

pedromxavier commented 2 years ago

Thanks for the great extension! A nice feature to have is to render custom fonts, either via local @font-face{...} definitions or @import(...) which would allow Google Fonts and other APIs to join the party. Currently, fonts defined in this way are skipped to fallback fonts (Times, by default).