Sign inSign up

exadatum/fonts

By exadatum

Updated over 2 years ago

Docker image for FontCustom projects with FontForge, Python 3.11, Node.js 20, and woff2 support.

Image
Integration & delivery
Developer tools
0

1.6K

exadatum/fonts repository overview

FontCustom Project Docker Image

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.

Key Features
  • FontCustom: Easily generate webfonts from SVG icons using FontCustom.
  • FontForge: Includes FontForge, a versatile font editor needed for FontCustom.
  • Python 3.11: Comes with the latest Python version for additional scripting and automation.
  • Node.js 20: Includes the latest Node.js version for running JavaScript-based tasks.
  • woff2: Supports woff2 for efficient web font compression.
Usage

To use this Docker image, you can run it interactively or as part of your CI/CD pipeline.

Interactive Usage:

  1. Run the Container Interactively:

    docker run -it exadatum/fonts:latest /bin/bash
    
  2. Check Installed Tools:

    fontcustom --version
    fontforge --version
    python3.11 --version
    node --version
    
  3. Exit the Container: To exit the interactive session, type exit and press Enter.

Tag summary

Content type

Image

Digest

sha256:426e2b0ce

Size

683.2 MB

Last updated

over 2 years ago

docker pull exadatum/fonts