私のウェブサイトでGoogleのRobotoフォントを使用したいのですが、このチュートリアルに従っています:
http://www.maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15
次のようなフォルダ構造のファイルをダウンロードしました。
今私は3つの質問があります:
- 私の
media/css/main.css
URLにCSSがあります。それで、そのフォルダをどこに置く必要がありますか? - すべてのサブフォルダーからすべてのeot、svgなどを抽出してフォルダーに入れる必要があり
fonts
ますか? - cssファイルfonts.cssを作成し、ベーステンプレートファイルに含める必要がありますか?
彼がこれを使用する例
@font-face {
font-family: 'Roboto';
src: url('Roboto-ThinItalic-webfont.eot');
src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-ThinItalic-webfont.woff') format('woff'),
url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg'); (under the Apache Software License).
font-weight: 200;
font-style: italic;
}
次のようなdir構造が必要な場合、私のURLはどのように見えるべきですか?
/media/fonts/roboto