Track GnuMICR.ttf in git; remove font file gitignore rules

Font files were excluded by fonts/*.ttf and fonts/*.otf in .gitignore,
so GitHub Actions builds never had them and the container fell back to Courier.
Commit the TTF (more compatible with PDFKit than the PS-converted OTF).
This commit is contained in:
2026-03-12 17:33:08 -06:00
parent e1a22bdd1c
commit 6b3c6be352
2 changed files with 0 additions and 4 deletions
-4
View File
@@ -68,7 +68,6 @@ web_modules/
# dotenv environment variable files # dotenv environment variable files
.env .env
.env.* .env.*
!.env.example
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
@@ -142,9 +141,6 @@ data/
*.db *.db
*.db-shm *.db-shm
*.db-wal *.db-wal
fonts/*.ttf
fonts/*.otf
#AI #AI
CLAUDE.md CLAUDE.md
/.claude /.claude
BIN
View File
Binary file not shown.