Benutzer:D2ns/common.css

Aus LaborWiki
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
@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;
}