/**
 *  Файл:             fonts.css
 *  Модуль:           d0dger
 *  Описание:         файл таблицы стилей для шрифтов
 *
 *  Версия:           1.00.05
 *  Дата создания:    2018-09-28
 *  Дата модификации: 2022-02-12
 * ---------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------ Arial --- */
@font-face{
    font-family:'Arial';
    src:url('../fonts/ArialMT.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Arial';
    src:url('../fonts/Arial-BoldMT.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face{
    font-family:'Arial';
    src:url('../fonts/Arial-ItalicMT.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}
@font-face{
    font-family:'Arial';
    src:url('../fonts/Arial-BoldItalicMT.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
/* ---------------------------------------------------------------------------------- Verdana --- */
@font-face{
    font-family:'Verdana';
    src:url('../fonts/Verdana.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Verdana';
    src:url('../fonts/Verdana-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face{
    font-family:'Verdana';
    src:url('../fonts/Verdana-Italic.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}
@font-face{
    font-family:'Verdana';
    src:url('../fonts/Verdana-BoldItalic.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
/* ----------------------------------------------------------------------------------- Tahoma --- */
@font-face{
    font-family:'Tahoma';
    src:url('../fonts/Tahoma.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Tahoma';
    src:url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
/* -------------------------------------------------------------------------- Times New Roman --- */
@font-face{
    font-family:'Times New Roman';
    src:url('../fonts/Times_New_Roman.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Times New Roman';
    src:url('../fonts/Times_New_Roman-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
/* ----------------------------------------------------------------------------- Trebuchet MS --- */
@font-face{
    font-family:'Trebuchet MS';
    src:url('../fonts/Trebuchet_MS.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Trebuchet MS';
    src:url('../fonts/Trebuchet_MS-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
/* ----------------------------------------------------------------------------------- Impact --- */
@font-face{
    font-family:'Impact';
    src:url('../fonts/Impact.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
/* ---------------------------------------------------------------------------- Nimbus Sans L --- */
@font-face{
    font-family:'Nimbus Sans L';
    src:url('../fonts/NimbusSanL.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'Nimbus Sans L';
    src:url('../fonts/NimbusSanL-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
/* ------------------------------------------------------------------------------------- Rubl --- */
@font-face{
    font-family:'ALS Rubl';
    src:url('../fonts/Ruble.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
/* ------------------------------------------------------------------------------------- Конец -- */
