Skip to content
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

[Feature] Remove Google Fonts #152

Closed
BillLudwig opened this issue Apr 11, 2024 · 4 comments
Closed

[Feature] Remove Google Fonts #152

BillLudwig opened this issue Apr 11, 2024 · 4 comments
Assignees
Labels

Comments

@BillLudwig
Copy link

Description

The main.css and global.css both @import Google fonts which causes build errors when used in environments that don't allow external connections for build servers.

Proposed solution

I would suggest moving this to the theme files so it can be easily overwritten by those of us who need or want to.

Alternatives considered

Another option would be to use a system font stack for improved performance.

@BillLudwig BillLudwig added the Type: Enhancement New feature or request label Apr 11, 2024
@skoropadas
Copy link
Member

Hey, thank you for the ticket! Honestly, I want to delete all those fonts and use the default system fonts. But it will require tweaking the design a bit, because with different fonts, the application will look a bit strange. But I hear you, I'll try to come up with something on the weekend

@BillLudwig
Copy link
Author

Thanks for the quick reply. If you need anything let me know, happy to help.

skoropadas pushed a commit that referenced this issue Apr 14, 2024
# [17.6.0](v17.5.7...v17.6.0) (2024-04-14)

### Features

* **ui:** nunito font was removed, now UI uses system fonts by default ([32d3e11](32d3e11)), closes [#152](#152)
@skoropadas
Copy link
Member

🎉 This issue has been resolved in version 17.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@BillLudwig
Copy link
Author

Awesome, thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants