Google Web Fonts: 谷歌在线字体库

Category : Xhtml HTML5 CSS JS / Date : 2011.07.11 / 1,344 次浏览

谷歌在线字体库,很方便用,也很好用。在此之前,想要特殊字体,只能通过图片实现(很早之前也有一种js解决方案。)
目前字体大约有5-60种吧,没认真数过。貌似还可以自己开发字体提交给谷歌。
For example:

I’m Font,My name is Aclonica.


<link href="http://fonts.googleapis.com/css?family=Aclonica:regular&v1" rel="stylesheet" type="text/css" >
<style>
.google-fonts {
font-family: 'Aclonica', serif;
font-size: 36px;
font-style: normal;
font-weight: 400;
text-shadow: none;
text-decoration: none;
text-transform: none;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.2;
}
</style>
<div class="google-fonts">
I'm Font,My name is Aclonica.
</div>

Random Posts

Comments

4 Responses to “Google Web Fonts: 谷歌在线字体库”

Leave a Reply