Я импортирую следующим образом:
Код: Выделить всё
// in HTML
// in fonts.css
@font-face {
font-family: 'Söhne';
src: url('https://.../soehne-buch.woff2') format('woff2');
}
Код: Выделить всё
@font-face {
font-family: 'Söhne';
src: url('https://.../soehne-buch.woff2');
}
Код: Выделить всё
font-family: 'S\u00F6hne';
Подробнее здесь: https://stackoverflow.com/questions/792 ... amily-name