UnfoldingCSS:TheDirt: Difference between revisions

From titipi
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
No edit summary
 
Line 1: Line 1:


@font-face {
    font-family: 'asulregular';
    src: url('/wiki/images/5/58/Le-patin-helvete.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@page{
size: 148mm 210mm;
margin:17mm 15mm 19mm 15mm;
}
body{
        color: black;
font-size:10pt;
        margin: auto;
line-height: 1.5em;
        font-family: 'asulregular';
        max-width: 900px;
        padding: 1.5em 1em;
       
);
}

Latest revision as of 10:11, 5 June 2023


@font-face {
    font-family: 'asulregular';
    src: url('/wiki/images/5/58/Le-patin-helvete.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@page{
	size: 148mm 210mm;
	margin:17mm 15mm 19mm 15mm;
}

body{
        color: black;
 font-size:10pt;
        margin: auto;
	line-height: 1.5em;
        font-family: 'asulregular';
        max-width: 900px; 
        padding: 1.5em 1em;
        
);
}