better defaults

This commit is contained in:
Stewart Connor 2025-03-21 17:13:24 +11:00
parent 81ca98d5db
commit 4b3a6e84ac

View file

@ -144,8 +144,8 @@ impl FontFeatures {
Self {
kerning: true,
standard_ligatures: true,
contextual_ligatures: false,
discretionary_ligatures: false,
contextual_ligatures: true,
discretionary_ligatures: true,
}
}
}