Benutzer:Marcus/common.css: Unterschied zwischen den Versionen
Aus LaborWiki
Marcus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Marcus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 13: | Zeile 13: | ||
} | } | ||
@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; | font-family: 'Source Sans Pro Light', sans-serif; | ||
} | |||
p | |||
{ | |||
line-height: 1em; | line-height: 1em; | ||
} | } | ||
#bodyContent | #bodyContent | ||
{ | { | ||
font-size: 1em; | font-size: 1em; | ||
} | |||
h1, h2, h3, h4, h5, h6 | |||
{ | |||
font-family: 'Fauna One', serif; | |||
} | |||
h2 | |||
{ | |||
font-weight: bold; | |||
} | } |
Aktuelle Version vom 16. April 2014, 18: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; }