Mycket flitig postare
|
|
Reg.datum: Oct 2010
Inlägg: 709
|
|
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;
}
|