PdfCSS:Test
Jump to navigation
Jump to search
:root {
font-size: 14px;
/*--color-paper: white;*/
}
@font-face {
font-family: 'Director-Regular';
src: url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.woff2?#iefix) format('woff2'),
url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.woff?#iefix) format('woff'),
url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.ttf?#iefix) format('truetype');
}
@page{
size: 290mm 420mm;
margin: 15mm;
@top-left {
content: "something";
}
}
@page:first{
background: coral;
}
body{
/*background-color: pink;*/
color: red;
font-family: 'Director-Regular', monospace;
}
p {
font-size: 2rem;
}
div.cover{
break-after: always;
}
div.cover h1{
font-size: 3rem;
}
div.article{
break-before: always;
}
span.tocnumber,
div.pad{
display: none;
}