/*
  $Id: fonts.css 166 2015-01-26 20:40:40Z bjjl $
  Copyright (c) 2014 pocketservices GmbH
*/

@font-face {
  font-family: 'Prociono';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/prociono.woff) format('woff');
}

/*@font-face {
  font-family: 'Prociono';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/prociono_bold.woff) format('woff');
}*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/open_sans.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/open_sans_bold.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/source_sans_pro.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/source_sans_pro_bold.woff) format('woff');
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/source_code_pro.woff) format('woff');
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/source_code_pro_bold.woff) format('woff');
}
