Benutzer:Marcus/common.css: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 16: Zeile 16:
   font-family: 'Source Sans Pro Light', sans-serif;
   font-family: 'Source Sans Pro Light', sans-serif;
   line-height: 1em;
   line-height: 1em;
}
#bodyContent
{
   font-size: 1em;
   font-size: 1em;
}
}

Version vom 16. April 2014, 19:03 Uhr

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/labdesign/fonts/sourcesanspro/SourceSansPro-Light.ttf) format('ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/labdesign/fonts/sourcesanspro/SourceSansPro-Regular.ttf) format('ttf');
}

p {
  font-family: 'Source Sans Pro Light', sans-serif;
  line-height: 1em;
}

#bodyContent
{
  font-size: 1em;
}