Traceback (most recent call last):
File "merge_noto.py", line 163, in <module>
merge_fonts(['CJKjp', 'CJKsc'], '/usr/local/share/fonts', '/usr/local/share/fonts')
File "merge_noto.py", line 147, in merge_fonts
font = merger.merge(regular_sources)
File "build/bdist.linux-x86_64/egg/fontTools/merge.py", line 770, in merge
File "build/bdist.linux-x86_64/egg/fontTools/merge.py", line 150, in merge
File "build/bdist.linux-x86_64/egg/fontTools/merge.py", line 816, in mergeObjects
File "build/bdist.linux-x86_64/egg/fontTools/merge.py", line 39, in equal
AssertionError: Expected all items to be equal: [2048, 1000, 1000]
what is the correct way to merge multi noto fonts into one ttf? thanks
My project needs Simplified Chinese but not necessarily Traditional Chinese. I'm betting that would cut way down on the size.
One font file would make my life much simpler.