TypeKit ,use online fonts

TypeKit ,use online fonts 相信做UI的同学们经常会碰到字体的取舍问题为了页面的兼容性经常要写像下面的

<style type="text/css">
    body {font-family: "dejavu sans mono",Arial,Georgia,serif;}
</style>

  如果想用比较美观的不常见的字体只能图形化 今天我无意间发现了 typekit.com 只需在head里面加上如下代码

<script type="text/javascript" src="http://use.typekit.com/xxxxxx.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

  呵呵 wp插件? 当然有啦! 有兴趣的可以去try一下 免费用户虽然限制pv数但对于blog小站也够用了 呵呵 PS:貌似现在只支持english – - 现在我把我的字体设置成了 “droid-sans-mono” 听说google也加入在线字体服务的大军中了 也有服务提供中文字体服务 你可以自己试试速度 http://www.typeisbeautiful.com/files/webfonts.html

 
 
 

posted on   51reboot  阅读(301)  评论(0编辑  收藏  举报

导航

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示