谷歌网页字体在线服务

这是摘自官方的Demo:

<html>
<head>
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
    <style>
        body {
            font-family: 'Tangerine', serif;
            font-size: 48px;
        }
    </style>
</head>
<body>
    <div>Making the Web Beautiful!</div>
</body>
</html>

官方详细教程

posted @ 2013-11-16 14:29  smismile  阅读(152)  评论(0)    收藏  举报