googlefonts/noto-emoji

How should I condense the font file so that it only contains the emoji I need?

birdidi opened this issue · 1 comments

How should I condense the font file so that it only contains the emoji I need

Use a subsetter, such as https://fonttools.readthedocs.io/en/latest/subset/. However, as emoji use overlapping multi-codepoint sequences it may get a bit fiddly depending on the specific sequences you want. Worst case you might find you need a utility similar to https://github.com/rsheeter/subset-gf-icons to avoid an over-large closure.