@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), 
  	url(../font/OpenSans-Light.woff) format('woff'),
	url(../font/OpenSans-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), 
	url(../font/OpenSans-Regular.woff) format('woff'),
	url(../font/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), 
  	url(../font/OpenSans-Semibold.woff) format('woff'),
	url(../font/OpenSans-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), 
	url(../font/OpenSans-Bold.woff) format('woff'),
	url(../font/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), 
	url(../font/OpenSans-Extrabold.woff) format('woff'),
	url(../font/OpenSans-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), 
	url(../font/OpenSans-LightItalic.woff) format('woff'),
	url(../font/OpenSans-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), 
	url(../font/OpenSans-Italic.woff) format('woff'),
	url(../font/OpenSans-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), 
	url(../font/OpenSans-SemiboldItalic.woff) format('woff'),
	url(../font/OpenSans-SemiboldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), 
	url(../font/OpenSans-BoldItalic.woff) format('woff'),
	url(../font/OpenSans-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), 
	url(../font/OpenSans-ExtraBoldItalic.woff) format('woff'),
	url(../font/OpenSans-ExtraBoldItalic.ttf) format('truetype');
}

/*Condensed*/

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), 
  	url(../font/OpenSans-CondLight.woff) format('woff'),
	url(../font/OpenSans-CondLight.ttf) format('truetype');}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), 
   	url(../font/OpenSans-CondBold.woff) format('woff'),
	url(../font/OpenSans-CondBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'),   	
  	url(../font/OpenSans-CondLightItalic.woff) format('woff'),
	url(../font/OpenSans-CondLightItalic.ttf) format('truetype');
} 