@font-face {
    font-family: Exo2;
    src: url("/assets/woff/exo2.woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Exo2;
    src: url("/assets/woff/exo2-bold.woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Exo2;
    src: url("/assets/woff/exo2-italic.woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Exo2;
    src: url("/assets/woff/exo2-bolditalic.woff");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: px10;
    src: url("/assets/px10.ttf");
    font-weight: normal;
    font-style: normal;
}