I have a 14 MB TTF containing mostly simplified Chinese characters.
I would like to reduce the size by creating a subset that contains only certain characters in the HTML page.
So, ideally, I would like to transfer (Linux) the program with a block of text and update the font based on the contained characters.
eg.
./magic-font-squisher input.tff "ABC123水小长"
or
./magic-font-squisher input.tff /path/to/test.html
The new font will contain only those 9 characters.
source share