I have a Chinese font file, the size of the file is 7.693 MB. Due to the size of the ttf file, the site loads only slowly. Is there any way to reduce the size of the .ttf font?
Thanks.
|
I have a Chinese font file, the size of the file is 7.693 MB. Due to the size of the ttf file, the site loads only slowly. Is there any way to reduce the size of the .ttf font? Thanks. |
||||
|
|
There are a few ways to reduce the size of a TTF file, but most of them require that you know the consequences, since they are lossy.
It's important that you understand that doing any of the above to the font (apart from the last one) has consequences in how well the font works or how many languages it supports properly, so you need to do a lot of testing. One final important point is that by doing any of the above to the font (including, surprisingly, simply converting it to WOFF or EOT), you are legally creating a derivative work, for which you specifically need a license to do so from the font's author. Most commercial fonts probably won't let you create derivative works. A notable exception is an open license like the SIL OFL which specifically permits derivative works (if you change the name of the font). |
|||
|
|