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

From 2014.igem.org

(Difference between revisions)
Line 16: Line 16:
   font-family: 'Lato';
   font-family: 'Lato';
   font-style: normal;
   font-style: normal;
-
   font-weight: 400;
+
   font-weight: 300;
-
   src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v8/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
+
   src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v8/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
}

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

}

@font-face {

 font-family: 'Inconsolata';
 font-style: normal;
 font-weight: 400;
 src: local('Inconsolata'), url(http://fonts.gstatic.com/s/inconsolata/v8/BjAYBlHtW3CJxDcjzrnZCI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/inconsolata/v8/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff) format('woff');

}

@font-face {

 font-family: 'Lato';
 font-style: normal;
 font-weight: 300;
 src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v8/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');

}