Google Web Fonts
Google Web Fontsの設定
フォントを選ぶ
Google Web Fontsから使いたいフォントを選択。
サイトに設定
HTML
<head>
<link href='http://fonts.googleapis.com/css?family=Quando' rel='stylesheet' type='text/css'>
</head>
CSS
.quando {
font-family: 'Quando';
}
サンプル