Pogledajte određenu poruku
Staro 04. 07. 2011.   #8
chandler
član
Certified
 
Datum učlanjenja: 30.01.2009
Poruke: 77
Hvala: 15
16 "Hvala" u 11 poruka
chandler is on a distinguished road
Default

Da bi koristio font face, trebalo bi ovako nesto da dodas u css i izmenis:

Kôd:
@font-face {
    font-family: 'ArimoRegular';
    src: url('fonts/Arimo-Regular-Latin-webfont.eot');
    src: url('fonts/Arimo-Regular-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arimo-Regular-Latin-webfont.woff') format('woff'),
         url('fonts/Arimo-Regular-Latin-webfont.ttf') format('truetype'),
         url('fonts/Arimo-Regular-Latin-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
Pored ovoga, stavis sve ove fontove u fonts folder naravno. Ceo kit mozes skinuti ovde npr:

http://www.fontsquirrel.com/fonts/arimo

Ovi .eot fontovi su za ie. Mada gledaj da izaberes neki font sa linka gore, jer moze biti komplikovanije praviti sve ostale fontove, a i zbog licenci, jer ne znam za kakav projekat ti treba.

Evo procitaj i ovo: http://blog.themeforest.net/tutorial...-face-support/

A za podrsku css3 opcija, treba ti css3pie.com/.
chandler je offline   Odgovorite uz citat
"Hvala" chandler za poruku: