Код: Выделить всё
@font-face {
font-family: myfont;
src: url(/fonts/myfont.woff) format("woff");
font-weight: 400;
font-style: normal;
}
...
Подробнее здесь: https://stackoverflow.com/questions/796 ... ith-an-svg
Код: Выделить всё
@font-face {
font-family: myfont;
src: url(/fonts/myfont.woff) format("woff");
font-weight: 400;
font-style: normal;
}
...