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

Suggestion (performance): Consider simplifying font choices for better performance #320

Open
AndlerRL opened this issue Aug 22, 2024 · 1 comment
Assignees

Comments

@AndlerRL
Copy link
Member

          **suggestion (performance):** Consider simplifying font choices for better performance

The addition of numerous font families might impact performance. Consider if all these fonts are necessary for the project. Simplifying font choices could improve load times and overall performance.

className={`${FuturaPTBook.variable} ${FuturaPTMedium.variable} ${FuturaPTBold.variable} ${LufgaRegular.variable} ${LufgaMedium.variable} ${LufgaBold.variable}`}

Originally posted by @sourcery-ai[bot] in #319 (comment)

@AndlerRL
Copy link
Member Author

@leandrogavidia -- this should be one of the roots on the performance issues. Please modify the fonts to have:

  • Lufga bold (hero headings)
  • Futura PT Demi (body text)
  • Futura PT Bold (heading text)

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

No branches or pull requests

2 participants