我想在我的网站上使用Google的Roboto字体,并且正在关注此教程:
http://www.maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15
我已经下载了具有如下文件夹结构的文件:
现在我有三个问题:
- 我的
media/css/main.css
网址中包含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的结构,我的网址应该是什么样的:
/media/fonts/roboto