html {
font-size: 13px;
}
body {
font-family: 'Inter', sans-serif;
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("fonts/Inter-Regular.woff2?v=3.9") format("woff2");
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url("fonts/Inter-Italic.woff2?v=3.9") format("woff2");
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("fonts/Inter-Bold.woff2?v=3.9") format("woff2");
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url("fonts/MaterialIcons-Regular.woff2") format('woff2')
}
/*
https://google.github.io/material-design-icons/
*/
.mdi {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
.mdi-36px {
font-size: 36px; /* Preferred icon size */
}
.pointer {
cursor: pointer;
}
@media screen {
.page {
box-sizing: border-box;
background: rgba(255,255,255,0.9);
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;
}
}
@page {
margin: 0;
}
.page {
line-height: 1.5;
font-weight: normal;
font-family: "Inter";
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