-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Issue with Ubuntu font in development mode #160
Comments
Same issue on macOS14.5 (23F79) M1 Pro |
I can also reproduce this in development mode. Interestingly when the site is properly built, it doesn't seem to encounter such an error;
I'm unsure what would be different about the development mode, but feel free to investigate and open a PR to fix it :) |
Yes, using a production environment for building will not result in this issue, which can temporarily resolve the problem. |
Information
Ubuntu 20.04.6 LTS x86_64 ,github codespace , node v16.20.2
Details
Description
While trying to build a project that includes the Ubuntu font, I encountered a problem. The builder is unable to resolve the file path
./files/ubuntu-latin-300.woff2
. This could be due to the file not existing in the specified location or the path being incorrect.Steps to reproduce
my steps:
npm ci
(ornpm install
, i have also tried it) to install the dependencies.npm run dev
to start the development server.localhost:3000
Upon doing this, i see the error message.
if I delete
/assets/scss/style.scss
line 4 , bugs will not appearExpected behavior
Screenshots
The text was updated successfully, but these errors were encountered: