6 lines
290 B
Bash
6 lines
290 B
Bash
# Reduces ttf files to a subset of their original size to reduce the bandwidth
|
|
# usage.
|
|
|
|
pyftsubset PixelOperator-Bold.ttf --output-file=PixelOperator-Bold_reduced.ttf --text-file=header_text.txt
|
|
pyftsubset PixelOperator.ttf --output-file=PixelOperator_reduced.ttf --unicodes="U+0020-007E"
|