﻿/* Source Sans Pro */
@font-face {
    font-family: MSSourceSansPro;
    src: url('../fonts/SourceSansPro-Regular.ttf.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MSSourceSansPro;
    src: url('../fonts/SourceSansPro-Bold.ttf.woff2') format('woff2'), url('../fonts/SourceSansPro-Bold.ttf.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: MSSourceSansPro;
    src: url('../fonts/SourceSansPro-It.ttf.woff2') format('woff2'), url('../fonts/SourceSansPro-It.ttf.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: MSSourceSansPro;
    src: url('../fonts/SourceSansPro-BoldIt.ttf.woff2') format('woff2'), url('../fonts/SourceSansPro-BoldIt.ttf.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/* Ubuntu */
@font-face {
    font-family: MSUbuntu;
    src: url('../fonts/ubuntu-regular.ttf.woff2') format('woff2'), url('../fonts/ubuntu-regular.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
