Docker image for FontCustom projects with FontForge, Python 3.11, Node.js 20, and woff2 support.
1.6K
This Docker image provides a complete environment for working with FontCustom, a powerful tool for generating webfonts from your custom SVG icons. The image includes all necessary dependencies, including FontForge, Python 3.11, Node.js 20, and woff2, ensuring a seamless setup for your FontCustom projects.
To use this Docker image, you can run it interactively or as part of your CI/CD pipeline.
Interactive Usage:
Run the Container Interactively:
docker run -it exadatum/fonts:latest /bin/bash
Check Installed Tools:
fontcustom --version
fontforge --version
python3.11 --version
node --version
Exit the Container:
To exit the interactive session, type exit and press Enter.
Content type
Image
Digest
sha256:426e2b0ce…
Size
683.2 MB
Last updated
over 2 years ago
docker pull exadatum/fonts