This is a static font assets repository that contains a collection of various font families including:
- CartographCF (with Nerd Font variants)
- Dank Mono
- Josefin
- Parity Sans
- Concourse/Valkyrie fonts
The project includes demo pages showcasing different font weights, styles, and features.
- fonts/1 Contains all font files organized by font family1
- index.html8 Landing page with navigation to all font demos8
- server.js9 Express static file server9
- package.json10 Node.js dependencies10
- Runtime: Node.js 20
- Server: Express.js static file server
- Port: 5000 (bound to 0.0.0.0)
- Deployment: Configured for autoscale deployment
The server serves static files with:
- Cache-Control headers disabled for development
- CORS headers for font files
- All files accessible from root directory
- Created index.html landing page for font navigation
- Set up Express server on port 5000
- Configured workflow to run server
- Added deployment configuration for autoscale
- Created .gitignore for Node.js projects
To run the server locally:
npm startThe server will start on http://0.0.0.0:5000
The project is configured for autoscale deployment running npm start.