
@font-face {
    font-family: "DejaVu Sans";
    src: url("../fonts/DejaVuSans.ttf") format('truetype'), url("../fonts/DejaVuSans.woff") format('woff');
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("../fonts/DejaVuSans-Bold.ttf") format('truetype'), url("../fonts/DejaVuSans-Bold.woff") format('woff');
    font-weight: bold;
}


@font-face {
    font-family: "DejaVu Sans Condensed";
    src: url("../fonts/DejaVuSansCondensed.woff2") format('woff2'),
         url("../fonts/DejaVuSansCondensed.woff") format('woff'),
         url("../fonts/DejaVuSansCondensed.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DejaVu Sans Condensed";
    src: url("../fonts/DejaVuSansCondensed-Bold.woff2") format('woff2'),
         url("../fonts/DejaVuSansCondensed-Bold.woff") format('woff'),
         url("../fonts/DejaVuSansCondensed-Bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "DejaVu Sans Condensed";
    src: url("../fonts/DejaVuSansCondensed-BoldOblique.woff2") format('woff2'),
         url("../fonts/DejaVuSansCondensed-BoldOblique.woff") format('woff'),
         url("../fonts/DejaVuSansCondensed-BoldOblique.otf") format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: "DejaVu Sans Condensed";
    src: url("../fonts/DejaVuSansCondensed-Oblique.woff2") format('woff2'),
         url("../fonts/DejaVuSansCondensed-Oblique.woff") format('woff'),
         url("../fonts/DejaVuSansCondensed-Oblique.otf") format('opentype');
    font-weight: normal;
    font-style: oblique;
}
/*
@font-face {
    font-family: "DejaVu Sans";
    src: url("../fonts/DejaVuSans-Oblique.ttf") format('truetype'), url("../fonts/DejaVuSans-Oblique.woff") format('woff');
    font-style: italic, oblique;
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("../fonts/DejaVuSans-BoldOblique.ttf") format('truetype'), url("../fonts/DejaVuSans-BoldOblique.woff") format('woff');
    font-weight: bold;
    font-style: italic, oblique;
}
*/