/* NOTE: this way of specifying the font is most elegant
 * ...but it can crash Blackberry and iPad 1 browser
 * http://www.smashingmagazine.com/2013/02/setting-weights-and-styles-at-font-face-declaration/
 */

@font-face {
  font-family: 'Veneer';
  src: url('Veneer.eot?#iefix') format('embedded-opentype'),
  	   url('Veneer.otf') format('opentype'),
	   url('Veneer.woff') format('woff'),
	   url('Veneer.ttf') format('truetype'),
	   url('Veneer.svg#Veneer') format('svg');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Veneer';
  src: url('Veneer-Italic.eot?#iefix') format('embedded-opentype'),
  	   url('Veneer-Italic.otf') format('opentype'),
	   url('Veneer-Italic.woff') format('woff'),
	   url('Veneer-Italic.ttf') format('truetype'),
	   url('Veneer-Italic.svg#Veneer') format('svg');
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
}
