Skip to content

Commit

Permalink
Add v-k-curly-cursive combination (#627).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jul 3, 2020
1 parent ab51c5a commit 5bfa00e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion changes/3.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
* Add a more rounded variant of `D` (#616).
* Add support for open number sign (`VXBI` and `VXBJ`, #621).
* Add toothless variant of `b` and `d` (#462).
* Fix italic Cyrillic I and Tse shape when `v-u-without-bar` is applied (#625).
* Fix italic Cyrillic I and Tse shape when `v-u-without-bar` is applied (#625).
* Add `v-k-curly-cursive` combination (#627).
13 changes: 10 additions & 3 deletions params/variants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,24 +246,31 @@ variant.dotlessj = "straight"
[simple.v-k-straight]
tag = "cv68"
sampler = 'kK'
description = '`k` with standard shape'
description = '`k` and `K` with standard shape'
variant.k = 'straight'
variant.K = 'straight'

[simple.v-k-curly]
tag = "cv69"
sampler = 'kK'
description = 'Slightly curly `k`, like Iosevka 2.x'
description = 'Slightly curly `k` and `K`, like Iosevka 2.x'
variant.k = 'curly'
variant.K = 'curly'

[simple.v-k-cursive]
tagItalic = "cv70"
sampler = 'kK'
description = '`k` with a cursive loop'
description = '`k` with a cursive loop, and `K` with standard shape'
variant.k = 'cursive'
variant.K = 'straight'

[simple.v-k-curly-cursive]
tagItalic = "VXBR"
sampler = 'kK'
description = '`k` with a cursive loop, and `K` with curly shape'
variant.k = 'cursive'
variant.K = 'curly'

[simple.v-l-hooky]
tag = 'cv09'
sampler = 'l'
Expand Down

0 comments on commit 5bfa00e

Please sign in to comment.