@charset "UTF-8"; @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 { body { background: lightgoldenrodyellow; } .page { box-sizing: border-box; background: rgba(255,255,255); margin: 20px; box-shadow: 0px 0px 30px 0px #888; } } @media print { * { -webkit-print-color-adjust: exact; } .page { page-break-after: always; page-break-inside: avoid; margin: 0; } .no-print, .no-print * { display: none !important; } } html { box-sizing: border-box; font-size: 10pt; } *, ::after, ::before { box-sizing: inherit; } body { margin: 0; } .page { line-height: 1.5; font-weight: normal; font-family: "Tex Gyre Heros"; color: #191919; 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