PdfCSS:Test

From creative crowd wiki
Revision as of 08:44, 16 January 2023 by Simoon (talk | contribs)
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) format('woff2'),
    	url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.woff?) format('woff'), 
    	url(https://cc.vvvvvvaria.org/fonts/velvetyne/degheest-types/Director-Regular.ttf?) 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;
}