PublishingCSS:HD Bulletin 1: Difference between revisions
(Created page with "→- Pagedjs - Fonts - Layouts - General styling: .magnify { display: none !important; } @page { size: 170mm 240mm; margin: 5mm; padding: 5mm; margin-top: 10mm; margin-bottom: 15mm; } @page layout-title { } @page layout1 { margin-right: 20mm; } @page layout2 { } →*** PAGEDJS ***: →*** FONTS ***: .font-authentic { font-family: Authentic, sans-serif; font-weight: regular } .font-le-murmure { font-family: le-murmure, sans-serif } .font-no...") |
No edit summary |
||
Line 13: | Line 13: | ||
@page { | @page { | ||
size: | size: 105mm 297mm; | ||
margin: | margin: 10mm; | ||
padding: | padding: 0mm; | ||
margin-bottom: 25mm; | |||
margin-bottom: | |||
} | } | ||
Revision as of 15:25, 2 June 2023
/*
- Pagedjs
- Fonts
- Layouts
- General styling
*/
.magnify {
display: none !important;
}
@page {
size: 105mm 297mm;
margin: 10mm;
padding: 0mm;
margin-bottom: 25mm;
}
@page layout-title {
}
@page layout1 {
margin-right: 20mm;
}
@page layout2 {
}
/*
*** PAGEDJS ***
*/
/*
*** FONTS ***
*/
.font-authentic {
font-family: Authentic, sans-serif;
font-weight: regular
}
.font-le-murmure {
font-family: le-murmure, sans-serif
}
.font-notcouriersans {
font-family: Authentic, sans-serif;
font-weight: regular
}
.font-solide-mirage-etroit {
font-family: SolideMirageEtroit, sans-serif
}
.font-solide-mirage-mono {
font-family: SolideMirageMono, sans-serif
}
.font-louise-regular {
font-family: Louise-Regular, sans-serif
}
.font-sligoil-micro {
font-family: Sligoil-Micro, sans-serif
}
.font-notoserif {
font-family: NotoSerifItalic-Micro, serif
}
/*
*** LAYOUTS ***
*/
/* General styling */