better defaults
This commit is contained in:
parent
81ca98d5db
commit
4b3a6e84ac
1 changed files with 2 additions and 2 deletions
|
|
@ -144,8 +144,8 @@ impl FontFeatures {
|
|||
Self {
|
||||
kerning: true,
|
||||
standard_ligatures: true,
|
||||
contextual_ligatures: false,
|
||||
discretionary_ligatures: false,
|
||||
contextual_ligatures: true,
|
||||
discretionary_ligatures: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue