/* Source Sans Pro
from https://fonts.google.com/specimen/Source+Sans+Pro
 */

@font-face { font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: 'Source Sans Pro';
    src: url('source_sans_pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



/* TTNorms
from FHNW
 */

@font-face { font-family: 'TTNorms';
    src: url('ttnorms/TTNormsPro-Light/font.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face { font-family: 'TTNorms';
    src: url('ttnorms/TTNormsPro-Regular/font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face { font-family: 'TTNorms';
    src: url('ttnorms/TTNormsPro-Medium/font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face { font-family: 'TTNorms';
    src: url('ttnorms/TTNormsPro-Bold/font.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}