ฉันต้องการใช้แบบอักษร Roboto ของ Google บนเว็บไซต์ของฉันและฉันกำลังติดตามบทช่วยสอนนี้:
http://www.maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15
ฉันได้ดาวน์โหลดไฟล์ที่มีโครงสร้างโฟลเดอร์ดังนี้:
ตอนนี้ฉันมีสามคำถาม:
- ฉันมี CSS ใน
media/css/main.css
URL ของฉัน ดังนั้นฉันต้องวางโฟลเดอร์นั้นไว้ที่ไหน? - ฉันต้องแยก 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;
}
URL ของฉันควรเป็นอย่างไรหากฉันต้องการมีโครงสร้าง dir เช่น:
/media/fonts/roboto