@font-face {
    font-family: 'noto_sansbold';
    src: url('../fonts/noto_sans/notosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/noto_sans/notosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansbold_italic';
    src: url('../fonts/noto_sans/notosans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/noto_sans/notosans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansitalic';
    src: url('../fonts/noto_sans/notosans-italic-webfont.woff2') format('woff2'),
         url('../fonts/noto_sans/notosans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/noto_sans/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/noto_sans/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
		  url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
		  url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
		  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
		  url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
