谷歌在线字体库,很方便用,也很好用。在此之前,想要特殊字体,只能通过图片实现(很早之前也有一种js解决方案。)
目前字体大约有5-60种吧,没认真数过。貌似还可以自己开发字体提交给谷歌。
For example:
<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>
可惜没有中文字体的支持,而且天朝的网络又…唉,本来多好的服务啊!
不错的资源谢谢,还可以下载选中字体使用。
闲来无事,来逛逛,欢迎回访。
这字体的确很不错,美观