Код: Выделить всё
@font-face {
font-family: 'caros_eb';
src: url('/somePath/CarosSoftExtraBold.otf');
}
.title_normal {
font-family:caros_eb;
font-size:18px;
}
.title_bold {
font-family:caros_eb;
font-size:18px;
font-weight:bold;
}
< /code>
Это мой html: < /p>
This is normal text
This is bold text
Подробнее здесь: https://stackoverflow.com/questions/796 ... ont-weight
Мобильная версия