मैं अपनी वेबसाइट पर Google के रोबोटो फ़ॉन्ट का उपयोग करना चाहता हूं और मैं इस ट्यूटोरियल का अनुसरण कर रहा हूं:
http://www.maketecheasier.com/use-google-roboto-font-everywhere/2012/03/15
मैंने उस फ़ाइल को डाउनलोड किया है जिसमें एक फ़ोल्डर संरचना है जैसे:
अब मेरे तीन सवाल हैं:
- मेरे
media/css/main.css
url में css है । तो मुझे उस फ़ोल्डर को कहां रखना है? - क्या मुझे सभी सब फ़ोल्डर से सभी ईओटी, एसवीजी आदि को निकालने और
fonts
फ़ोल्डर में डालने की आवश्यकता है ? - क्या मुझे सीएसएस फ़ाइल फोंट बनाने की जरूरत है। एस सी एस और मेरे बेस टेम्प्लेट फाइल में शामिल हैं?
वह जिस उदाहरण का उपयोग करता है
@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