/*
@font-face {
    font-family: 'pf_din_text_cond_proregular';
    src: url('/fonts/pfdintextcondpro-regular_0.eot');
    src: url('/fonts/pfdintextcondpro-regular_0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pfdintextcondpro-regular_0.woff') format('woff'),
         url('/fonts/pfdintextcondpro-regular_0.ttf') format('truetype'),
         url('/fonts/pfdintextcondpro-regular_0.svg#pf_din_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'pf_din_text_cond_proregular';
  src:  url('/fonts/pfdintextcondpro-regular.woff2') format('woff2'),
        url('/fonts/pfdintextcondpro-regular.woff') format('woff');
}


@font-face {
    font-family: Rubl; /* имя шрифта для CSS правил */
    src: local("ALS Rubl"), /* проверяем наличие шрифта в ОС пользователя */
         url(/fonts/Rouble.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }
