@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(sourceSansPro200.woff) format('woff');
}
/*@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(sourceSansPro300.woff) format('woff');
}*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(sourceSansPro400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  /* I want this to be used as bold */
  /*font-weight: 600;*/
  font-weight: 700; /* standard browsers weight for bold */
/*  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(sourceSansPro600.woff) format('woff');*/
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(sourceSansPro600.woff) format('woff');
}
/*@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Sans Pro Extra Black'), local('SourceSansPro-Extrablack'), url(sourceSansPro900.woff) format('woff');
}*/
