/* Gladiator, Roman */
@font-face {
    font-family: "Gladiator";
    font-weight: normal;
    font-style: normal;
    src: url("glr12.ttf")
}

/* Gladiator, Light */
/*
@font-face {
    font-family: "Gladiator";
    font-weight: normal;
    font-style: normal;
    src: url("gllr12.ttf")
}
*/

/* Gladiator, Bold */
@font-face {
    font-family: "Gladiator";
    font-weight: bold;
    font-style: normal;
    src: url("glb12.ttf")
}

/* Gladiator, Oblique */
@font-face {
    font-family: "Gladiator";
    font-weight: normal;
    font-style: italic;
    src: url("glro12.ttf")
}

/* Gladiator, Bold-Oblique */
@font-face {
    font-family: "Gladiator";
    font-weight: bold;
    font-style: italic;
    src: url("glbo12.ttf")
}


/* Gladiator Sans, Sans-Roman */
@font-face {
    font-family: "Gladiator Sans";
    font-weight: normal;
    font-style: normal;
    src: url("glrs12.ttf")
}

/* Gladiator Sans, Sans-Bold */
@font-face {
    font-family: "Gladiator Sans";
    font-weight: bold;
    font-style: normal;
    src: url("glbs12.ttf")
}

/* Gladiator Sans, Sans-Oblique */
@font-face {
    font-family: "Gladiator Sans";
    font-weight: normal;
    font-style: italic;
    src: url("glrso12.ttf")
}

/* Gladiator Sans, Sans-Bold-Oblique */
@font-face {
    font-family: "Gladiator Sans";
    font-weight: bold;
    font-style: italic;
    src: url("glbso12.ttf")
}


/* Gladiator, SmallCaps */

@font-face {
    font-family: "Gladiator SC";
    font-weight: normal;
    font-style: normal;
    src: url("glrc12.ttf")
}

/* Gladiator Sans, Sans-SmallCaps */

@font-face {
    font-family: "Gladiator Sans SC";
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    src: url("glrsc12.ttf")
}
