Component Library Fonts are showing 403 not allowed #7397
Unanswered
glitchedgitz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a sveltekit component library.
This is the structure and fonts are in
lib/Theme/fontsProject Structure
fonts are improted in
global.cssEverything working in same project
npm run devGenerating Package
After running
npm run buildit generates a package folder and everything in lib folder copied to package folder.Using in another project
So using

npm link my-library, I used thismy-library/global.cssin another project. But Fonts are showing 403 errors.But... this works for this user
The bug is different but he used the same method to import the font in his project. #3409
Beta Was this translation helpful? Give feedback.
All reactions