Closed matous-volf closed 2 months ago
The changes involve updates to the Tailwind CSS configuration and the associated styles. A new fontFamily
property was added to the theme
object in the Tailwind configuration file to include the "Inter" font as the primary sans-serif font. Additionally, new @font-face
declarations were introduced to define the normal and italic styles of the "Inter" font, specifying font weights and providing source URLs for the variable font files.
Files | Change Summary |
---|---|
src/styles/tailwind.config.js |
Added fontFamily property to theme object to include "Inter" font as primary sans-serif. |
src/styles/tailwind.css |
Introduced new @font-face declarations for "Inter" with normal and italic styles, including weight specifications and font-display properties. |
Summary by CodeRabbit
New Features
Bug Fixes