PHP程序员站--PHP编程开发平台
 当前位置:主页 >> 新闻咨询 >> 业内新闻 >> 

使用Google Font API让网页的文字更漂亮

使用Google Font API让网页的文字更漂亮

来源:PHP程序员站  作者:PHP程序员站  发布时间:2011-07-10
Google在5月20日宣布推出 Google Font Directory 和 Google Font API 两项服务。在Google Font Directory中,Google联合了众多的字体设计者为用户提供了多种漂亮的字体,但现在全部是英文字体,相信今后会有中文字体。Google Font API 和Google Font Directory是相辅相

Google在5月20日宣布推出Google Font DirectoryGoogle Font API两项服务。在Google Font Directory中,Google联合了众多的字体设计者为用户提供了多种漂亮的字体,但现在全部是英文字体,相信今后会有中文字体。Google Font API 和Google Font Directory是相辅相成的,用户正是通过Google Font API来使用Google Font Directory中的字体。

下面让我们看看如何使用Google Font API 。

1.在Google Font Directory查找字体

进入Google Font Directory选择合适的字体。点击选择的字体可以查看它在各种大小下的显示效果。

2.引用字体文件

 

由于这些字体在本地系统中不存在,所以必须在页面中引用它们的字体文件。这些文件托管在Google的云中,引用它们通过下面的方式。

<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>

3.使用字体

使用字体通过将html节点的font-family样式设置为上面引用的字体。

h1 { font-family: 'Reenie Beanie', arial, serif; } 

最终效果


延伸阅读:
DedeCms新API整合其它系统的步骤
css属性之5、字体(Font)属性
GoogleVoiceApi PHP开源版
mysql c的api 调用实例
6个实用的jquery api文档,值得收藏
Tags: Google   Font   api   网页   文字  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号