-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fonts sometimes don't load correctly #68
Comments
Still occurs sometimes |
might actually be fixed... hard to reproduce. I think the caching caused some issues too. But I removed that for now |
arg didn't saw the issue ... hum i'll check that 🤔 not sure why .. i haven't see any issue here |
mmh yeah, tried multiple refresh in firefox as well as chrome & pwa on chrome... no luck reproducing this 🤔 maybe we can close unless we can reproduce |
definitely still happens to me (just now) 😅, but mostly when other errors occur so maybe that stops it from loading the fonts |
hum ok, in local (if i see the pic correctly) ? I saw some ref to low mem issues... 🤔 mmh I'll look at it |
seeing from you sshot that the url of the font is wrong 🤔 but i see you changed it to ' |
screenshot was taken before I changed it to If I understood the vite docs correctly, relative is the correct way(?) But this only happens while hot reloading with other errors occurring for me (sometimes) and not at all in the development build as far as I can tell, so it doesn't matter really... |
@merzh
After #67 local fonts aren't always loaded correctly and will resort to system default sans-serif / serif.
This doesn't always happen, actually quite inconsistently, usually after multiple page reloads after each other.
Reproced it in chromium-based, webkit-based and firefox browsers.
Console logs
chromium:
firefox:
I haven't figured out yet why it occurs. I suppose something with vites static imports?
The text was updated successfully, but these errors were encountered: