You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, I was very tired when I made the ticket. Here is why I think the TTF-files should be replaced by web fonts, which should have been in the ticket from the start.
The current fonts in the assets repository are in the TrueType Font (TTF) format, which is an older standard primarily used for operating systems and desktop applications. To enhance the web experience for people visisting, these should be replaced with web fonts in the WOFF2 format.
WOFF2 files are specifically optimized for the web, offering advantages such as compression that results in smaller file sizes. This optimization not only improves loading times but also contributes to a better user experience and enhanced SEO performance.
Checklist
Is your feature request related to a problem? Please describe
Right now there exists ttf files in the assets repo for fonts, it should use webfonts instead.
Describe the solution you'd like
Add these npm packages:
https://fontsource.org/fonts/source-sans-pro
https://fontsource.org/fonts/lato
instead of this folder:
https://github.com/cotes2020/chirpy-static-assets/tree/main/fonts
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: