@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-weight: bold;
    src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Merriweather";
    font-weight: bold;
    src: url("/fonts/Merriweather/static/Merriweather_120pt-Bold.ttf") format("truetype");
}