Visa ett inlägg
Oläst 2012-03-16, 09:44 #21
jonssondesign jonssondesign är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Oct 2010
Inlägg: 709
jonssondesign jonssondesign är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Oct 2010
Inlägg: 709
Precis som StefanW skriver, det gäller att du har font'en i olika format.

@font-face {
font-family: myFirstFont;
src: url('Sansation_Light.ttf'),
url('Sansation_Light.eot'); /* IE9+ */
}

div {
font-family:"myFirstFont", Arial;
}
jonssondesign är inte uppkopplad   Svara med citatSvara med citat