Elektrine lite

← Feed

@paulvanderlaan@typo.social

Post #1503151

2026-04-17 16:09 UTC

@justvanrossum @jlarmstrongiv Thanks for the suggestions! I'm happy to report that "fonttools subset" from the command line did the trick. Here’s the full command in case someone else needs it in the future: fonttools subset input.otf --output-file="output.otf" --glyphs="*" --no-hinting --layout-features="*" --drop-tables= --passthrough-tables --name-IDs="*" --name-legacy --name-languages="*" --no-prune-unicode-ranges --no-prune-codepage-ranges --legacy-cmap

Replies (1)

  • @justvanrossum@typo.social 2026-04-17 16:23

    @paulvanderlaan @jlarmstrongiv I suspect you can leave out the --drop-tables and --passthrough-tables arguments, since they require arguments to do something.

    Open ##1503152