Skip to content

Commit

Permalink
fix(frontend): disable fontFeatureSettings to render lowercase a pr…
Browse files Browse the repository at this point in the history
…operly
  • Loading branch information
wale committed Mar 5, 2024
1 parent 99aa197 commit 127c7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export default {
fontFamily: {
sans: [
"GeneralSans-Variable",
{
/** {
fontFeatureSettings: "'ss01'", // Alternate lowercase 'a'.
fontVariationSettings: "'wght'"
},
}, -- fix rendering settings **/
...defaultTheme.fontFamily.sans
],
},
Expand Down

0 comments on commit 127c7e3

Please sign in to comment.