

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Italic.ttf) format("truetype");
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-BoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url(../fonts/OldStandardTT-Regular.ttf) format("truetype");
}
@font-face {
    font-family: 'Old Standard TT';
    src: url(../fonts/OldStandardTT-Bold.ttf) format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: 'Old Standard TT';
    src: url(../fonts/OldStandardTT-Italic.ttf) format("truetype");
    font-style: italic;
}


