Benutzer:Marcus/common.css: Unterschied zwischen den Versionen
Aus LaborWiki
Marcus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Marcus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 15: | Zeile 15: | ||
p { | p { | ||
font-family: 'Source Sans Pro Light', sans-serif; | font-family: 'Source Sans Pro Light', sans-serif; | ||
line-height: 1em; | |||
font-size: 1em; | |||
} | } |
Version vom 16. April 2014, 18:01 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; font-size: 1em; }