/* Oswald */
@font-face {
    font-family: oswald;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Oswald/Oswald-Regular.ttf') format('truetype');
}
@font-face {
    font-family: oswald-light;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Oswald/Oswald-Light.ttf') format('truetype');
}

/* Roboto */
@font-face {
    font-family: roboto;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: roboto;
    font-weight: normal;
    font-style: oblique;
    src: url('/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: roboto;
    font-weight: bold;
    font-style: normal;
    src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: roboto;
    font-weight: bold;
    font-style: oblique;
    src: url('/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
}

/* SourceCodePro */
@font-face {
    font-family: source-code-pro;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/SourceCodePro/SourceCodePro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: source-code-pro;
    font-weight: normal;
    font-style: oblique;
    src: url('/fonts/SourceCodePro/SourceCodePro-It.ttf') format('truetype');
}
@font-face {
    font-family: source-code-pro;
    font-weight: bold;
    font-style: normal;
    src: url('/fonts/SourceCodePro/SourceCodePro-Bold.ttf') format('truetype');
}
@font-face {
    font-family: source-code-pro;
    font-weight: bold;
    font-style: oblique;
    src: url('/fonts/SourceCodePro/SourceCodePro-BoldIt.ttf') format('truetype');
}
