Skip to content

Commit 56bcca3

Browse files
authored
Update FONTLOG and Build for v2407.24 (#785)
1 parent 16d6985 commit 56bcca3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

FONTLOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ ITALIC V2
101101
04-23-2024 (Dustin L. Howett)
102102
- Minted version 2404.23
103103

104+
07-24-2024 (Aaron Bell, Dustin L. Howett)
105+
- Fixed hinting issue for Arabic glyphs
106+
- Minted version 2407.24
107+
104108
Acknowledgements
105109
-----------------------------------
106110

build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import vttLib.transfer
2424
from vttmisc import tsi1, tsic
2525

26-
VERSION_YEAR_MONTH = 2404
27-
VERSION_DAY = 23
26+
VERSION_YEAR_MONTH = 2407
27+
VERSION_DAY = 24
2828
OUTPUT_DIR = Path("build")
2929
OUTPUT_OTF_DIR = OUTPUT_DIR / "otf"
3030
OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf"

0 commit comments

Comments
 (0)