/*
 * fontface.css
 * List all of the font
 * 
 */

@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('../fonts/brandongrotesque-webfont.eot');
    src: url('../fonts/brandongrotesque-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-webfont.svg#brandon_grotesqueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandongrotesque-black-webfont.eot');
    src: url('../fonts/brandongrotesque-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-black-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-black-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-black-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-black-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/futura-md-webfont.eot');
    src: url('../fonts/futura-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-md-webfont.woff2') format('woff2'),
         url('../fonts/futura-md-webfont.woff') format('woff'),
         url('../fonts/futura-md-webfont.ttf') format('truetype'),
         url('../fonts/futura-md-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungSharpSans-Medium';
	src: url('../fonts/SamsungSharpSans-Medium.otf') format('opentype');   
	font-weight: normal;
    font-style: normal;
}