Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 474 Bytes

Gothic Font Generator

Web tool for generating bitmap fonts for Gothic games based on ZenGin from any font face available on a local computer.

Screenshot

Try Online

https://gothic-font.gitcloud.pl/

Development

To work with the project you need Node.js and npm.

Install dependencies

npm install

Run local dev server

npm start

Build release

npm run build