-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding fonts like "Quiksand" and "Urbanist" fails #239
Comments
Hey @dhillweb! I'm here to help you with any bugs, questions, or contributions you have while waiting for a human maintainer. Let's tackle this font issue together! The issue with "Quiksand" and "Urbanist" fonts failing to load in the deployed project while "Poppins" works correctly could be due to the way Nuxt Fonts processes and resolves fonts. Nuxt Fonts uses a provider called To resolve this issue, ensure that "Quiksand" and "Urbanist" are supported by the |
Would you be able to provide a reproduction? 🙏 More infoWhy do I need to provide a reproduction?Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making. What will happen?If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritise it based on its severity and how many people we think it might affect. If How can I create a reproduction?We have a template for starting with a minimal reproduction: 👉 https://stackblitz.com/github/nuxt/fonts/tree/main/example A public GitHub repository is also perfect. 👌 Please ensure that the reproduction is as minimal as possible. See more details in our guide. You might also find these other articles interesting and/or helpful: |
FWIW it has been suggested to just add the CSS manually |
I do not need modules? |
You can just add the CSS and links in the |
I know about. But thank you very much for your notion. It works fine. |
https://stackblitz.com/edit/nuxt-starter-71tsjv?embed=1&file=README.md |
@aidedee I'm not able to reproduce on my side. Would you provide more details? |
After deployment only! |
Right. On Stackblitz I've observed fetch issues caused by CORS. I'm not too familiar with Stackblitz personally, but please try this out. |
This seems to work fine locally, and in Stackblitz with the cors proxy that @qwerzl recommends |
Seems to be working fine, then, right? I think we can close it - maybe it was an issue with an earlier version of the module. |
Yes, I think you are right. |
Fonts like "Quiksand" and "Urbanist" failing in deployed project.
But "Poppins" it adds correctly.
I was happy to easily can choose so much fonts in local development but in deployed project it fails.
Hoping it will be fixed soon....
The text was updated successfully, but these errors were encountered: