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

From 2014.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
@font-face {
@font-face {
-
   font-family: 'Muli';
+
   font-family: 'Inder';
 +
  font-style: normal;
 +
  font-weight: 300;
 +
  src: local('Inder'), local('Inder-Regular'), url(http://fonts.gstatic.com/s/inder/v4/FHGTq7lMPAUUQDHSR8P-gg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/inder/v4/LN9QVFa7kDa1_2Kui_Befw.woff) format('woff');
 +
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
 +
}
 +
 
 +
@font-face {
 +
  font-family: 'Source Sans Pro';
   font-style: normal;
   font-style: normal;
   font-weight: 400;
   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');
+
   src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v8/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/sourcesanspro/v8/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
}

Latest revision as of 11:41, 18 August 2014

@font-face {

 font-family: 'Inder';
 font-style: normal;
 font-weight: 300;
 src: local('Inder'), local('Inder-Regular'), url(http://fonts.gstatic.com/s/inder/v4/FHGTq7lMPAUUQDHSR8P-gg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/inder/v4/LN9QVFa7kDa1_2Kui_Befw.woff) format('woff');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;

}

@font-face {

 font-family: 'Source Sans Pro';
 font-style: normal;
 font-weight: 400;
 src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v8/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/sourcesanspro/v8/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');

}