-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fonts missing when building for production #14
Comments
Closed
This is likely caused by purgeCSS, I'll look into it later 😊 |
You're right. Problem occurs when doing |
Also notice the ugly body margin enforced by the default user stylesheet in the second screenshot 😅 |
Merged
jens-ox
added a commit
that referenced
this issue
Apr 9, 2020
Updated in 572f8dc, could you re-check? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything works fine when using
yarn serve
(left in the screenshot). However, when trying to build a dist package withyarn build
and serving it as static files, fonts don't seem to be loaded (right in the screenshot).The text was updated successfully, but these errors were encountered: