You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 refactor: move geist to devDependencies and automate font copying
- Move geist package to devDependencies (only used at build time)
- Add scripts/copy-fonts.sh to copy fonts from node_modules to public/
- Integrate font copying into Makefile build-static target
- Font files are now copied during build, not checked into git
This keeps the geist package as the source of truth for font files
while avoiding duplication in the repository.
0 commit comments