/* Font
    =========================================================================== */
    @font-face {
        font-family: 'Source Sans Pro Black';
        src: url(../fonts/sourcesanspro-black-webfont.ttf);
    }
    
    @font-face {
        font-family: 'Source Sans Pro Light';
        src: url(../fonts/sourcesanspro-light-webfont.ttf);
    }
    
    @font-face {
        font-family: 'Source Sans Pro Regular';
        src: url(../fonts/sourcesanspro-regular-webfont.ttf);
    }
    
    @font-face {
        font-family: 'FontAwesome';
        src: url(../fonts/fontawesome-webfont.ttf);
    }