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:
@@ -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
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user