logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Font Tools - Manipulate Fonts | Online Free DevTools by Hexmos

Manipulate font files with Fonttools. Subset, convert, and inspect font formats. Free online tool, no registration required.

fonttools

Manipulate fonts in Python. More information: https://fonttools.readthedocs.io/en/latest/.

  • Subset a TTF font file to the Basic Latin Unicode block:

fonttools subset {{path/to/font.ttf}} --unicodes=U+0000-007F

  • Display help:

fonttools --help