Современный поход к кастомным шрифтам

https://www.youtube.com/watch?v=4g2Ww7uFlBk&t=1191s

 

font-family: roboto_ltregular, arial, sans-serif;

 

/* roboto_ltregular */
@font-face {
    font-family: 'roboto_ltregular';
    src: url('roboto-light.eot');
    src: url('roboto-light.eot?#iefix') format('embedded-opentype'),
         url('roboto-light.woff') format('woff'),
         url('roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
 
}

 

 

/* robotobold */
@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold.eot');
    src: url('roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('roboto-bold.woff') format('woff'),
         url('roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
 
}

 

/* robotomedium */
@font-face {
    font-family: 'robotomedium';
    src: url('roboto-medium.eot');
    src: url('roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('roboto-medium.woff') format('woff'),
         url('roboto-medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
 
}
Связаться с автором Поддержать автора (что?)

Комментарии

Если у вас есть вопрос, критика или другое мнение - напишите в комментариях.