Release 6.1.0

This commit is contained in:
be5invis 2021-05-01 03:04:09 -07:00
parent c29fbb5018
commit 5010c973d2
5 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
## Modifications since version 2.x
### 6.1.0
* Refinement of shape of short-neck `t` (#970).
* Refinement of shape of Ogonek (#971).
### 6.0.1
* Increase weight of bolder weight grades for better distinction with lighter weights (#964).

View file

@ -1109,7 +1109,7 @@ Subsection `variants` is used to configure character variants in the font. Prope
+ `four = 'open-non-crossing'`, `cv66 = 6`: `4` with open contour but the horizontal bar does not overflow the vertical bar.
- Styles for `5`:
+ `five = 'vertical-upper-left-bar'`, `cv67 = 1`: `5` with a vertical upper-left bar.
+ `five = 'oblique-upper-left-bar'`, `cv67 = 2`: `5` with a more open contour.
+ `five = 'oblique-upper-left-bar'`, `cv67 = 2`: `5` with an oblique upper-left bar.
- Styles for `6`:
+ `six = 'closed-contour'`, `cv68 = 1`: `6` with a more closed contour.
+ `six = 'open-contour'`, `cv68 = 2`: `6` with a more open contour.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 KiB

After

Width:  |  Height:  |  Size: 468 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "6.0.1",
"version": "6.1.0",
"main": "./font-src/index.js",
"scripts": {
"build": "node utility/ensure-verda-exists && verda -f verdafile.js",