We may need more Slab levels for V4
This commit is contained in:
parent
83eff5035f
commit
53a20618e1
1 changed files with 7 additions and 1 deletions
|
@ -59,12 +59,18 @@ enableLigation = true
|
|||
# Excluded code points
|
||||
excludedCharRanges = []
|
||||
|
||||
# Slab level -- Set to 0 by default
|
||||
# - 0 : Sans
|
||||
# - 1 : TODO
|
||||
# - 2+ : Full (3.x)
|
||||
slab = 0
|
||||
|
||||
[verbose]
|
||||
verbose = true
|
||||
|
||||
###### Slab variant
|
||||
[slab]
|
||||
slab = true
|
||||
slab = 2
|
||||
|
||||
###### Spacings
|
||||
# Terminal variant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue