@charset "UTF-8"; @import url(normalize.css); @font-face { font-family: 'TeX Gyre Heros'; src: url("../daten/texgyreheros-regular-webfont.woff") format("woff"); font-style: normal; } @font-face { font-family: 'TeX Gyre Heros'; src: url("../daten/texgyreheros-bold-webfont.woff") format("woff"); font-style: normal; font-weight: bold; } @font-face { font-family: 'TeX Gyre Heros'; src: url("../daten/texgyreheros-italic-webfont.woff") format("woff"); font-style: italic; } @font-face { font-family: 'TeX Gyre Heros'; src: url("../daten/texgyreheros-bolditalic-webfont.woff") format("woff"); font-style: italic; font-weight: bold; } @media screen { .page { border: 1px solid black; box-shadow: 5px 5px 4px 0 silver; } } @media print { * { -webkit-print-color-adjust: exact; } .page { page-break-after: always; page-break-inside: avoid; margin: 0; } } @page { margin: 0; size: auto; } html { font-size: 10pt; } .page { line-height: 1.5; font-weight: normal; font-family: "Tex Gyre Heros"; color: #333; position: relative; padding: 10mm 25mm 10mm 25mm; display: block; } /* Da *named pages*, also z.B. @page a3landscape noch nicht von Chrome unterstützt werden, gilt vorerst die Standard-Einstellung von A4 Portrait. Um andere Formate zu erzeugen, muss die Größe in den svelte-Koponenten als setup-Einstellung hinterlegt werden. Oder man verwendet ein besonderes CSS mit der anderen Einstellung. Dazu bitte ein @import 'nicht_a4_portrait.css' verwenden. Svelte ignoriert sonst die in den