﻿
/* @font-face declaration according to  http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
 * and yes, they have to be on one line!
*/

/******************/
/* SZ Sans Fonts  */
/******************/

@font-face {
  font-family: 'SZSans';
  src: url('../fonts/SZSans.eot?') format('eot'), url('../fonts/SZSans.woff') format('woff'), url('../fonts/SZoSans-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'SZSans';
  src: url('../fonts/SZSans-Bold.eot?') format('eot'), url('../fonts/SZSans-Bold.woff') format('woff'), url('../fonts/SZSans-Bold.otf') format('opentype');
  font-weight: bold;
}

/******************/
/* SZ Text Fonts */
/******************/

@font-face {
  font-family: 'SZText';
  src: url('../fonts/SZText.eot?') format('eot'), url('../fonts/SZText.woff') format('woff'), url('../fonts/SZoText-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'SZText';
  src: url('../fonts/SZText-Bold.eot?') format('eot'), url('../fonts/SZText-Bold.woff') format('woff'), url('../fonts/SZText-Bold.otf') format('opentype');
  font-weight: bold;
}