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 set up a FontSource like described within the ReadMe. In particularly I used the variable fontsource "@fontsource-variable/source-serif-4": "^5.0.19"
This Warning shows only if the app is build. Within development this warning does not appear.
I don't know if this is related to #64 or not; this is why I upvoted/promoted that issue.
import unfonts style within main.js import "unfonts.css";
use font somewhere within app
html {
font-family:"Source Serif 4 Variable", sans-serif;
}
Relevant log output
The resource [URL *.eot, *.woff2, *.woff, *.ttf] was
preloaded using link preload but not used within a few seconds from the
window's load event. Please make sure it has an appropriate `as` value and
it is preloaded intentionally.
What browsers are you seeing the problem on?
Firefox, Microsoft Edge, Other
What is your operating system?
Windows, Linux
The text was updated successfully, but these errors were encountered:
Demo URL
No response
What happened?
I set up a FontSource like described within the ReadMe. In particularly I used the variable fontsource
"@fontsource-variable/source-serif-4": "^5.0.19"
This Warning shows only if the app is build. Within development this warning does not appear.
I don't know if this is related to #64 or not; this is why I upvoted/promoted that issue.
Reproduction steps
import unfonts style within main.js
import "unfonts.css";
use font somewhere within app
Relevant log output
What browsers are you seeing the problem on?
Firefox, Microsoft Edge, Other
What is your operating system?
Windows, Linux
The text was updated successfully, but these errors were encountered: