Use correct font feature setting
This commit is contained in:
parent
0c0c65cc22
commit
3adc5f0500
|
|
@ -9,7 +9,10 @@ module.exports = {
|
|||
],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ["Buenos Aires", "sans-serif"],
|
||||
sans: [
|
||||
"Buenos Aires, sans-serif",
|
||||
{ fontFeatureSettings: '"salt"', fontVariationSettings: '"normal"' },
|
||||
],
|
||||
},
|
||||
backgroundSize: {
|
||||
auto: "auto",
|
||||
|
|
|
|||
Loading…
Reference in New Issue