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

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
@font-face {
@font-face {
-
   font-family: 'Lora';
+
   font-family: 'Muli';
   font-style: normal;
   font-style: normal;
   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('Muli'), url(http://fonts.gstatic.com/s/muli/v6/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/muli/v6/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}
}

Revision as of 07:30, 18 August 2014

@font-face {

 font-family: 'Muli';
 font-style: normal;
 font-weight: 400;
 src: local('Muli'), url(http://fonts.gstatic.com/s/muli/v6/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/muli/v6/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');

}