You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load multiple font families, and specific a different sans serif and monospace font. But my image is only using the first font loaded. It looks from resvg-js/wasm/index.d.ts like it should but that's not the behavior I'm seeing.
I am trying to load multiple font families, and specific a different sans serif and monospace font. But my image is only using the first font loaded. It looks from resvg-js/wasm/index.d.ts like it should but that's not the behavior I'm seeing.
`
const inter400 = await fetch('https://cdn.jsdelivr.net/fontsource/fonts/inter@latest/latin-400-normal.woff2')
if (!inter400.ok) return
const bufferInter400 = new Uint8Array(await inter400.arrayBuffer())
The text was updated successfully, but these errors were encountered: