-
Notifications
You must be signed in to change notification settings - Fork 23
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
Font links are not working anymore #47
Comments
Could you provide me more informations please ? Are you trying to include a css file using |
If possible, can you please attach to this issue a .zip of a project reproducing your issue - without including |
Hi pqml, thanks for checking up on this. Attached you can find the .zip of an example. It's not only fonts but all links would not work. I've switched to an older version of the kirby-webpack repo and the setup works there. The css line is inside Thanks! |
Whats the status here? Getting the same issues (no relative links work). @img2001jpg On what version did you fall back? |
I have the same Problem. Would be great to get an answer ... |
If you have a relative path inside your scss, you can get it work by having the font files twice. One folder relative to your compiled css and one folder relative to your uncompiled scss. |
Hi, my assets folder setup is like this:
in my css I am linking to
url('../fonts/fontfiles')
after running
npm run start
i get the errorModule not found: Error: Can't resolve ...
but if i run
npm run build
the font is loaded correctly. but on the dev server it won't work.it is exactly setup like a previous project and it works fine there
The text was updated successfully, but these errors were encountered: