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

From 2014.igem.org

(Difference between revisions)
(Created page with "@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.go...")
Line 1: Line 1:
@font-face {
@font-face {
-
   font-family: 'Source Sans Pro';
+
   font-family: 'Lora';
   font-style: normal;
   font-style: normal;
-
   font-weight: 300;
+
   font-weight: 400;
-
   src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGMVNtom4QlEDNJaqqqzqdSs.woff) format('woff');
+
   src: local('Lora'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/5-AYViExptypIdFoLKAxTA.woff)   format('woff');
}
}
@font-face {
@font-face {

Revision as of 08:29, 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');

} @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');

}