Search by

jdz / fontmanager

jdz

Manage a local fonts database

2.1.0 2026-09-09 21:17 UTC

This package is auto-updated.

Last update: 2026-09-09 21:20:19 UTC


README

Utility to manage a local fonts database

Description

Font Manager is a tool for managing and organizing fonts on your system. It allows you to easily install, uninstall, and preview fonts.

Installation

To include this class in your project, use composer:

composer require jdz/fontmanager

Usage

View the example in the examples directory.

Requires

fonttools is needed to convert TTF files to WOFF and WOFF2 formats

Download and install Python >= 3.8

https://www.python.org/downloads/

Install the fonttools with the woff extension

pip install fonttools[woff]

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

(c) Joffrey Demetz joffrey.demetz@gmail.com