I'm rendering a font from an external url, with:
loadFont({
family: name,
url: file,
weight: String(weight),
style,
display,
format
})
But it doesn't calculate the weight properly. According to the docs there is no need to use delayRender for loadFont.
The problems goes away when the component is rerendered.
Anyone an idea?