如何将true-type字体转换为open-type字体?
我已经在网页中使用 Calibri
字体使用 @font-face
太久了,但问题是包含这么大的字体文件会大大降低网页加载速度!但我发现 ttf
格式的字体比 opt
或 open-type
格式的字体更大(我对吗? ?)。这就是为什么我想要一个字体转换器。谁能给我一个或者可以给我一个链接来获取它。请帮帮我。
提前致谢!
I have been using Calibri
font in my web pages for too long using @font-face
but the thing is including such big font file reduces web page loading speed drastically! But I have seen that a font in ttf
format is more bigger than the one in opt
or open-type
format (Am I right or not?). That's why I want a font converter. Can anyone provide me a one or can give me a link to get it. Please help me out.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 Google 的网页字体取得了巨大的成功,它们并没有为您提供一百万种字体选项,但它们是从 Google 令人惊叹的快速 CDN 加载的,毫无疑问,这将比我们普通人能够访问的 99% 的托管解决方案快得多。由于它们是从与其他内容不同的主机边缘提供服务的,因此负载优势应该非常令人印象深刻。
尽管找到字体、复制和粘贴都很容易,但我没有理由与其他任何东西作斗争。
I've been having wonderful success using Google's Web Fonts They don't give you a a million options font-wise, but they're loaded off of Google's screaming fast CDN which undoubtedly will deliver them much faster than 99% of the hosting solution us mere mortals have access to. Since they are served from the edge off a different host than the rest of your content, the load advantage should be quite impressive.
As easy as it is to find a font, copy, and paste, I've had little reason to fight with anything else.