本文介绍了减小.ttf字体大小的方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以减小.ttf字体的大小?即,如果我们要删除我们不使用的一些glyps。

与,您可以限制字符集:

  // fonts.googleapis.com/css?family=FontName&text=Lorem%20Ipsum 



Font Awesome

b $ b

Is there any way to reduce the size of the .ttf fonts? i.e. if we want to remove some glyps which we are not using.

解决方案

With Google Web Fonts, you can limit the character set like:

//fonts.googleapis.com/css?family=FontName&text=Lorem%20Ipsum

This would be particularly useful if Google had icon fonts like Font Awesome

这篇关于减小.ttf字体大小的方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 12:21
查看更多