Description
Issue:
The application's development environment is experiencing difficulties in properly downloading fonts from Google Fonts. This issue is impacting the visual appearance and readability of the content during development.
Problem Details
Steps to Reproduce
- Clone the repository.
- Set up the development environment.
- Observe the font loading behavior during the application's startup.
Expected Behavior
- Fonts specified from Google Fonts should be downloaded successfully in the development environment.
- The application's UI should display the intended fonts, ensuring a consistent and accurate representation during development.
Additional Information
-
Dependencies:
- Ensure that the necessary dependencies and configurations for font downloading from Google Fonts are correctly set up in the development environment.
-
Network Connectivity:
- Verify that the development environment has proper internet connectivity to fetch fonts from Google Fonts.
Possible Solutions
- Add
turbo flag to npm run dev command like this npm run dev -turbo.
- Verify the network configuration to ensure the development environment can access external resources.
Screenshots
Currently in the dev environment

It should be

Labels
Priority
This issue is reported to address the problem of fonts not properly downloading from Google Fonts in the development environment.