Skip to content

erichologist/assets

Repository files navigation

Font Assets Collection

Project Overview

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.

Directory Overview

Technical Setup

  • Runtime: Node.js 20
  • Server: Express.js static file server
  • Port: 5000 (bound to 0.0.0.0)
  • Deployment: Configured for autoscale deployment

Server Configuration

The server serves static files with:

  • Cache-Control headers disabled for development
  • CORS headers for font files
  • All files accessible from root directory

Recent Changes (December 4, 2025)

  • 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

Development

To run the server locally:

npm start

The server will start on http://0.0.0.0:5000

Deployment

The project is configured for autoscale deployment running npm start.

Footnotes

  1. /fonts/ 2

  2. /cartographcf/ 2

  3. /dankmono/ 2

  4. /josefin/ 2

  5. /parity/ 2

  6. /conc-valk/ 2

  7. /nerdfont/ 2

  8. ./index.html 2

  9. ./server.js 2

  10. ./package.json 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published