Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trismegiste/webfont-docker-example

Example of webfont generation to integrate (and customize) to your docker-compose.yml
https://github.com/trismegiste/webfont-docker-example

Last synced: about 1 month ago
JSON representation

Example of webfont generation to integrate (and customize) to your docker-compose.yml

Awesome Lists containing this project

README

        

#HOWTO
1. Just copy webfont folder into your project
2. Customize index.js for path destination and icon codepoints
3. Customize your .gitignore for excluding generated webfont files (or not). Check the .gitignore in the project
4. Append the service "bun" in docker-compose.yml into your own docker-compose.yml
5. Copy or append package.json in your project
6. Option : customize the css template for your needs
7. Launch "docker compose up bun"