Skip to content

Commit 127c7e3

Browse files
committed
fix(frontend): disable fontFeatureSettings to render lowercase a properly
1 parent 99aa197 commit 127c7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export default {
1515
fontFamily: {
1616
sans: [
1717
"GeneralSans-Variable",
18-
{
18+
/** {
1919
fontFeatureSettings: "'ss01'", // Alternate lowercase 'a'.
2020
fontVariationSettings: "'wght'"
21-
},
21+
}, -- fix rendering settings **/
2222
...defaultTheme.fontFamily.sans
2323
],
2424
},

0 commit comments

Comments
 (0)