PdfCSS:Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
color: red; | color: red; | ||
font-family: 'Director-Regular'; | font-family: 'Director-Regular'; | ||
} | |||
p { | |||
font-size: 2rem; | |||
} | } | ||
div.cover{ | div.cover{ |
Revision as of 08:32, 16 January 2023
: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.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@page{
size: 290mm 420mm;
margin: 15mm;
@top-left {
content: "something";
}
}
@page:first{
background: coral;
}
body{
/*background-color: pink;*/
color: red;
font-family: 'Director-Regular';
}
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;
}