-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Question] What's the best way to bundle fonts with CSS? #2790
Comments
The best way is using |
Reason I asked is because I used a similar approach using an earlier minor version of
With a similar folder structure^ |
There are two ways to reference another file in CSS: |
Here's a minimal repro illustrating what I've tried to do:
https://github.com/tharatau/idea-maze/tree/main/repro/esbuild/2790
When I run
npm start
, I get this error:The text was updated successfully, but these errors were encountered: