<head>
<link href="fonts.css" rel="stylesheet">
</head>
fonts.css
@font-face {
font-family: opensans-regular;
src: url(fonts/opensans/OpenSans-Regular.ttf);
}
@font-face {
font-family: fontico;
src: url(fonts/fontico.ttf);
}
fontico
- это мой собственный шрифт, созданный с помощью CorelDraw.
Нет проблем с Chrome
и Opera
.
В Firefox
- opensans
есть, но fontico
отсутствует.
В чем может быть причина?