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
|
# Excluded code points
|
||||||
excludedCharRanges = []
|
excludedCharRanges = []
|
||||||
|
|
||||||
|
# Slab level -- Set to 0 by default
|
||||||
|
# - 0 : Sans
|
||||||
|
# - 1 : TODO
|
||||||
|
# - 2+ : Full (3.x)
|
||||||
|
slab = 0
|
||||||
|
|
||||||
[verbose]
|
[verbose]
|
||||||
verbose = true
|
verbose = true
|
||||||
|
|
||||||
###### Slab variant
|
###### Slab variant
|
||||||
[slab]
|
[slab]
|
||||||
slab = true
|
slab = 2
|
||||||
|
|
||||||
###### Spacings
|
###### Spacings
|
||||||
# Terminal variant
|
# Terminal variant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue