Помогите установить шрифт
@font-face { font-family: Romanus; src: url(../fonts/romanus.ttf); src: url(../fonts/romanus.eot)\0/; _src: url(../fonts/romanus.eot); }
font-family: Romanus !important;
у меня так, файл лежит в templates/_default_/css/
Первый для нормального шрифта, второй для bold жирного
@font-face {
font-family: Roboto;
font-weight: normal;
font-style: normal;
src: url(../css/Roboto-Regular.eot);
src: local('roboto'), url(../css/Roboto-Regular.ttf) format('truetype'), url(../css/Roboto.woff) format('woff');
}
@font-face {
font-family: 'robotobold';
src: local('robotobold'),
url('Roboto-Bold.woff') format('woff'),
url('Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
body {
font-family: 'Roboto', sans-serif;
}
Не знаю, почему не получается, делаю по инструкции и с сайта Awesome и других сайтов — никак, хоть стреляйся.
Нужно срочно. Помогите.