@font-face {
    font-family: 'MyCustom'; /* Название шрифта */
    src: url('../fonts/news.otf') format('truetype'); /* Путь к файлу шрифта */
    font-weight: normal;
    font-style: normal;
}
#text-news {
    font-family: 'MyCustom', sans-serif;
    color: #332A26;
}
