Skip to content

Commit

Permalink
Release 7.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jul 11, 2021
2 parents a4e82df + ee4c981 commit 7165d8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## Modifications since version 2.x

### 7.2.8

* Fix broken shape of Cyrillic Small Letter Sha when `cv45 = 9` (#1154).


### 7.2.7

* Fix incorrect shape of Proportional To (`U+221D`), Infinity (`U+221E`) and Inverted Lazy S (`U+223E`) under Italic/Oblique.
Expand Down
1 change: 1 addition & 0 deletions changes/7.2.8.md
@@ -0,0 +1 @@
* Fix broken shape of Cyrillic Small Letter Sha when `cv45 = 9` (#1154).
1 change: 0 additions & 1 deletion font-src/glyphs/letter/cyrillic/sha.ptl
Expand Up @@ -71,7 +71,6 @@ glyph-block Letter-Cyrillic-Sha : begin
local df : DivFrame para.diversityM 3
set-width df.width
include [refer-glyph 'm.topLeftAndBottomRightSerifed'] AS_BASE
eject-contour 'barL'
eject-contour 'serifRB'
include : FlipAround df.middle (XH / 2)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "7.2.7",
"version": "7.2.8",
"main": "./font-src/index.js",
"scripts": {
"build": "node utility/ensure-verda-exists && verda -f verdafile.js",
Expand Down

0 comments on commit 7165d8e

Please sign in to comment.