
/* For syntax, see:
 * http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax
 * http://www.fontspring.com/blog/fixing-ie9-font-face-problems
 */

/* Simple Sans Regular &  Bold */
@font-face {
    font-family: 'SimpleSans';
    src: url('../fonts/simplesans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/simplesans-regular-webfont.woff') format('woff'), url('../fonts/simplesans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SimpleSansBold';
    src: url('../fonts/simplesans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/simplesans-bold-webfont.woff') format('woff'), url('../fonts/simplesans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* Simple Sans Medium  */
@font-face {
    font-family: 'SimpleSansMedium';
    src: url('../fonts/simplesans-medium-webfont.eot');
    src: url('../fonts/simplesans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/simplesans-medium-webfont.woff') format('woff'), url('../fonts/simplesans-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Simple Sans Light */
@font-face {
    font-family: 'SimpleSansLight';
    src: url('../fonts/simplesans-light-webfont.eot');
    src: url('../fonts/simplesans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/simplesans-light-webfont.woff') format('woff'), url('../fonts/simplesans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Simple Sans Black */
@font-face {
    font-family: 'SimpleSansBlack';
    src: url('../fonts/simplesans-black-webfont.eot');
    src: url('../fonts/simplesans-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/simplesans-black-webfont.woff') format('woff'), url('../fonts/simplesans-black-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

