This commit is contained in:
Alexey Ten 2021-01-20 12:05:19 +03:00 committed by GitHub
parent 93c435d605
commit 93bcacaa06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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`:

View file

@ -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]