2015/03/21

Google Fonts

http://www.google.com/fonts
フォントを選ぶ
[→]Quick Use
3. Add this code to your website:
[ <link href="http://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet" type="text/css"></link> ]
4. Integrate the fonts into your CSS:
[ font-family: 'Fredericka the Great', cursive; ]

Fredericka the Great

コード:

 <link href="http://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet" type="text/css"></link>  
 <span style="font-family: 'Fredericka the Great', cursive; font-size: 32pt;">  
 Fredericka the Great  
 </span>  

0 件のコメント :

コメントを投稿