How to extract one or several characters from a Ch

2019-02-19 09:53发布

I want to use @font-face to import a chinese font into my site. But as we all know chinese fonts are always large. Since i will only use no more than ten chinese characters one time, i wonder how can i extract several characters from a chinese font?

Tks~

标签: font-face
2条回答
仙女界的扛把子
2楼-- · 2019-02-19 10:11

You can use the FontSquirrel web tools to do this: http://www.fontsquirrel.com/fontface/generator

  • Expert
  • Subsetting: Custom Subsetting
  • Single characters
查看更多
可以哭但决不认输i
3楼-- · 2019-02-19 10:19

Other than online uploading solutions, there are also offline editors like Fontforge that can do the same task.

For instance you can look at this guide for Fontforge which do the same task.

The main reason why this could be preferrable over online solutions are that, other than more customizable subsettings, there are also no file size restrictions in doing the extraction process locally. It is rather common for Chinese fonts especially for those with large collection of glyphs.

查看更多
登录 后发表回答