Testimonials Grid Section using Tailwind CSS and GRID

Solution retrospective
The custom font configured in the project is not displaying correctly on the deployed site, even though it works fine in the development environment.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@DarkstarXDD
- When using Github Pages the file paths needs to be relative, rather than absolute. Use relative file paths in your
.css
file when referencing the font file. That should fix your issue. - Another small note. You are giving a fixed
height
to your grid, which causes text to overflow when the screen gets smaller. You should never limit theheight
of containers that contain text.
Marked as helpful - When using Github Pages the file paths needs to be relative, rather than absolute. Use relative file paths in your
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord