diff --git a/CHANGELOG.md b/CHANGELOG.md index 205a24bd1..45dd97fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index bc318d984..fcc2f9b32 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/images/charvars.png b/images/charvars.png index 96db4a9ce..18d13aa57 100644 Binary files a/images/charvars.png and b/images/charvars.png differ diff --git a/images/languages.png b/images/languages.png index dfbfb520a..77cbf2371 100644 Binary files a/images/languages.png and b/images/languages.png differ diff --git a/package.json b/package.json index 07f2c85f1..039be4dff 100644 --- a/package.json +++ b/package.json @@ -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",