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

Aus LaborWiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), u…“)
 
(kein Unterschied)

Aktuelle Version vom 19. April 2014, 12:36 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: 'Source Code Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceCodePro'), url(/labdesign/fonts/sourcecodepro/SourceCodePro-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: 'Source Sans Pro Light', sans-serif;
}

h2
{
  font-weight: bold;
}

pre
{
  font-family: 'Source Code Pro', sans-serif;
}