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

Aus LaborWiki
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 22: Zeile 22:
html, body {
html, body {
   font-family: 'Source Sans Pro Light', sans-serif;
   font-family: 'Source Sans Pro Light', sans-serif;
}
p
{
   line-height: 1em;
   line-height: 1em;
}
}


#bodyContent
#bodyContent

Aktuelle Version vom 16. April 2014, 19:23 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');
}

@font-face {
  font-family: 'Fauna One';
  font-style: normal;
  font-weight: 400;
  src: local('Fauna One'), local('FaunaOne-Regular'), url(/labdesign/fonts/faunaone/FaunaOne-Regular.ttf) format('ttf');
}

html, body {
  font-family: 'Source Sans Pro Light', sans-serif;
}

p
{
  line-height: 1em;
}


#bodyContent
{
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6
{
  font-family: 'Fauna One', serif;
}

h2
{
  font-weight: bold;
}