Fix typo (#802)
This commit is contained in:
parent
93c435d605
commit
93bcacaa06
2 changed files with 4 additions and 4 deletions
|
@ -597,8 +597,8 @@ Subsection `variants` is used to configure character variants in the font. Prope
|
|||
+ `j = 'serifed'`, `cv19 = 1`: `j` with top serif (default).
|
||||
+ `j = 'serifless'`, `cv19 = 2`: `j` without serif.
|
||||
+ `j = 'straight-line'`, `cv19 = 3`: `j` like a straight line.
|
||||
+ `j = 'flat-hook-serifed'`, `cv19 = 4`: `j` with flat temrinal hook.
|
||||
+ `j = 'flat-hook-serifless'`, `cv19 = 5`: `j` with flat temrinal hook and top serif.
|
||||
+ `j = 'flat-hook-serifed'`, `cv19 = 4`: `j` with flat terminal hook.
|
||||
+ `j = 'flat-hook-serifless'`, `cv19 = 5`: `j` with flat terminal hook and top serif.
|
||||
+ `j = 'diagonal-tailed-serifless'`, `cv19 = 6`: `j` with diagonal tail.
|
||||
+ `j = 'diagonal-tailed-serifed'`, `cv19 = 7`: `j` with top serif and diagonal tail.
|
||||
- Styles for `k`:
|
||||
|
|
|
@ -740,12 +740,12 @@ selector.dotlessj = "straightLine"
|
|||
|
||||
[prime.j.variants.flat-hook-serifed]
|
||||
rank = 4
|
||||
description = '`j` with flat temrinal hook'
|
||||
description = '`j` with flat terminal hook'
|
||||
selector.dotlessj = "flatHookSerifed"
|
||||
|
||||
[prime.j.variants.flat-hook-serifless]
|
||||
rank = 5
|
||||
description = '`j` with flat temrinal hook and top serif'
|
||||
description = '`j` with flat terminal hook and top serif'
|
||||
selector.dotlessj = "flatHookSerifless"
|
||||
|
||||
[prime.j.variants.diagonal-tailed-serifless]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue