Team:ETH Zurich/css/fonts.googleapis.css

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
   font-weight: 400;
   font-weight: 400;
   src: local('Lora'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/5-AYViExptypIdFoLKAxTA.woff)  format('woff');
   src: local('Lora'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/5-AYViExptypIdFoLKAxTA.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(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
 
-
}
 
-
@font-face {
 
-
  font-family: 'Source Sans Pro';
 
-
  font-style: normal;
 
-
  font-weight: 600;
 
-
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGCmgpmuQqK2I-L2S9cF65Ek.woff) format('woff');
 
}
}

Revision as of 08:33, 7 August 2014

@font-face {

 font-family: 'Lora';
 font-style: normal;
 font-weight: 400;
 src: local('Lora'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/5-AYViExptypIdFoLKAxTA.woff)   format('woff');

}