diff --git a/README.md b/README.md index 54f95b5ac..28c8fd60c 100644 --- a/README.md +++ b/README.md @@ -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`: diff --git a/params/variants.toml b/params/variants.toml index 58b9ab6d0..a8a2a81ce 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -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]