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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
I got this warning on my project and my imported custom font is not applying as well.
I'm currently merging my application from webpack version 3 to webpack version 4, on my old version of webpack (ver3) my file-loader integration is fully working. I need help
the font seems to be compiled in build folder, by the time I call the font in CSS fil then the warning pops.
app.css
html {
font-size: 100%;
font-family: 'proxima_nova_alt_rgregular';
}
The text was updated successfully, but these errors were encountered:
Actual Behavior
I got this warning on my project and my imported custom font is not applying as well.
I'm currently merging my application from webpack version 3 to webpack version 4, on my old version of webpack (ver3) my file-loader integration is fully working. I need help
Code
https://gist.github.com/geroylaurence/5f2a2ec7ad8f18333a40537cf598b444
How Do We Reproduce?
the font seems to be compiled in build folder, by the time I call the font in CSS fil then the warning pops.
app.css
html {
font-size: 100%;
font-family: 'proxima_nova_alt_rgregular';
}
The text was updated successfully, but these errors were encountered: