googlefonts / noto-emoji

Noto Emoji fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

birdidi opened this issue · comments

commented

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

commented

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.