Код: Выделить всё
@font-face {
font-family: bubble;
src: local(fonts/bubble.otf);
}
Код: Выделить всё
body {
margin:0;
font-family: bubble;
}

Подробнее здесь: https://stackoverflow.com/questions/416 ... ont-in-css
Код: Выделить всё
@font-face {
font-family: bubble;
src: local(fonts/bubble.otf);
}
Код: Выделить всё
body {
margin:0;
font-family: bubble;
}
