Witam, mam problem z czcionkami pod FF. Czcionki mam w 3 formatach, ttf, eot, woff. Pod Chrome, Opera i nawet IE działa all ale niestety FF się buntuje...
@font-face {
font-family: "NokiaPureLight";
src: url("../fonts/Roboto-Light.woff");
}
@font-face {
font-family: "NokiaPureLight";
src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
font-family: "NokiaPureLight";
src: url("../fonts/Roboto-Light.eot");
}
@font-face {
font-family: "NokiaPureRegular";
src: url("../fonts/Roboto-Regular.woff");
}
@font-face {
font-family: "NokiaPureRegular";
src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
font-family: "NokiaPureRegular";
src: url("../fonts/Roboto-Regular.eot");
}