Use correct font feature setting

This commit is contained in:
Christian Cueni 2023-04-11 16:41:29 +02:00
parent 0c0c65cc22
commit 3adc5f0500
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ module.exports = {
], ],
theme: { theme: {
fontFamily: { fontFamily: {
sans: ["Buenos Aires", "sans-serif"], sans: [
"Buenos Aires, sans-serif",
{ fontFeatureSettings: '"salt"', fontVariationSettings: '"normal"' },
],
}, },
backgroundSize: { backgroundSize: {
auto: "auto", auto: "auto",