@font-face {
font-family: 'Roboto';/* обращаем сюда свой внимание */
src: url('Roboto-Bold-webfont.eot'); /* ... */
font-weight: bold; /* обращаем сюда свой внимание */
font-style: normal;
}
@font-face {
font-family: 'Roboto';/* обращаем сюда свой внимание */
src: url('Roboto-webfont.eot'); /* ... */
font-weight: normal; /* обращаем сюда свой внимание */
font-style: normal;
}
b {
font-family: 'Roboto', sans-serif;
font-weight: bold;
}