내 웹 사이트에서 Google의 Roboto 글꼴을 사용하고 싶은데이 자습서를 따르고 있습니다.
http://www.maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15
다음과 같은 폴더 구조를 가진 파일을 다운로드했습니다.
이제 세 가지 질문이 있습니다.
- 내
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