开发者

How can i use the nice ttf fonts in my website?

开发者 https://www.devze.com 2022-12-15 03:57 出处:网络
everyone knows that we are restricted to use the windows native fonts like arial, verdana etc.. in websites.

everyone knows that we are restricted to use the windows native fonts like arial, verdana etc.. in websites.

but i want to use nice fonts which are available in TTF开发者_开发技巧 format.

i know it can be done by a php code to make the text as a picture, but that's bad , i want it to be selectionable..

example: http://typekit.com/libraries/full

you can select those cute fonts, means they are REAL.

typekit is a paid service, i'm looking for similar way, or a free service.

Thanks


You need to re-encode the TTF font into the EOT font format if you want to use a custom font in IE. http://en.wikipedia.org/wiki/Embedded_OpenType

Other browsers may support TTF directly.

0

精彩评论

暂无评论...
验证码 换一张
取 消