Skip to content

Commit

Permalink
2024/04/16#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-212 committed Apr 16, 2024
1 parent b2cf7f5 commit 6a9003f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_fonts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Define version (branch)
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
run: |
python misc/scripts/get_ver.py
python scripts/get_ver.py
GITSHA=${{ github.sha }}
VERSION=$(cat version.txt)
echo "NeoHanSans_version=${VERSION}-${GITSHA:0:7}" >> $GITHUB_ENV
Expand Down
14 changes: 7 additions & 7 deletions src/NeoHanSans-Variable.glyphspackage/glyphs/uni56D_7.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ shapes = (
closed = 1;
nodes = (
(119,768,l),
(119,-70,l),
(148,-70,l),
(119,-41,l),
(148,-41,l),
(148,739,l),
(853,739,l),
(853,-63,l),
(882,-63,l),
(853,-41,l),
(882,-41,l),
(882,768,l)
);
},
{
closed = 1;
nodes = (
(135,19,l),
(135,-11,l),
(868,-11,l),
(868,19,l)
(135,-41,l),
(868,-41,l),
(868,-11,l)
);
}
);
Expand Down

0 comments on commit 6a9003f

Please sign in to comment.