﻿/* Updated by Dylan to solve the IE 8 font issue */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/opensans/OpenSans-Light-webfont.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/opensans-light.woff') format('woff'),  
  	url('../fonts/opensans/OpenSans-Light-webfont.eot?#iefix') format('embeded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
  src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans.woff') format('woff'), 
  	url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embeded-opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/opensans/OpenSans-Semibold-webfont.eot');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans-semibold.woff') format('woff'), 
    	url('../fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embeded-opentype');
}

/*@font-face {*/
    /*font-family: 'Open Sans';*/
    /*font-style: normal;*/
    /*font-weight: bolder;*/
    /*src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans-bold.woff') format('woff');*/
/*}*/



/*
 * $WEBFONT
 *
 */
@font-face {
    font-family: 'HelveticaThinCond';
    src: url('../fonts/helveticaNeue/HelveticaNeue-ThinCond.eot');
    src: local('☺'), url('../fonts/helveticaNeue/HelveticaNeue-ThinCond.woff') format('woff'), url('../fonts/helveticaNeue/HelveticaNeue-ThinCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaThinCond';
    src: url('../fonts/helveticaNeue/HelveticaNeue-LightCond.eot');
    src: local('☺'), url('../fonts/helveticaNeue/HelveticaNeue-LightCond.woff') format('woff'), url('../fonts/helveticaNeue/HelveticaNeue-LightCond.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaThinCond';
    src: url('../fonts/helveticaNeue/HelveticaNeue-MediumCond.eot');
    src: local('☺'), url('../fonts/helveticaNeue/HelveticaNeue-MediumCond.woff') format('woff'), url('../fonts/helveticaNeue/HelveticaNeue-MediumCond.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaNeue/HelveticaNeue-Light.eot');
    src: local('☺'), url('../fonts/helveticaNeue/HelveticaNeue-Light.woff') format('woff'), url('../fonts/helveticaNeue/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaNeue/HelveticaNeue-Bold.eot');
    src: local('☺'), url('../fonts/helveticaNeue/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/helveticaNeue/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}