/* Source Code Pro is licensed under the SIL Open Font License, Version 1.1 - http://scripts.sil.org/OFL */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: normal;
  src: local('SourceCodePro-Regular'),
       url(?resource=webfonts/SourceCodePro-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: bold;
  src: local('SourceCodePro-Bold'),
       url(?resource=webfonts/SourceCodePro-Bold.woff) format('woff');
}