Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trismegiste/webfont-docker-example
- Owner: Trismegiste
- Created: 2024-03-11T14:05:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-22T10:04:40.000Z (9 months ago)
- Last Synced: 2024-03-22T11:29:09.122Z (9 months ago)
- Language: Handlebars
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"