PublishingCSS:HD Bulletin 1: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
@page { | @page { | ||
size: 105mm 297mm; | size: 105mm 297mm; | ||
margin | margin: 15mm 10mm 25mm 10mm; | ||
bleed: 0; | bleed: 0; | ||
background-color: white; | background-color: white; | ||
} | } | ||
Line 35: | Line 34: | ||
.font-authentic { | .font-authentic { | ||
font-family: Authentic, sans-serif; | font-family: Authentic, sans-serif; | ||
font-weight: | font-weight: 400; | ||
} | } | ||
.font-le-murmure { | .font-le-murmure { | ||
font-family: le-murmure, sans-serif | font-family: le-murmure, sans-serif; | ||
} | } | ||
.font-notcouriersans { | .font-notcouriersans { | ||
font-family: Authentic, sans-serif; | font-family: Authentic, sans-serif; | ||
font-weight: | font-weight: 400; | ||
} | } | ||
Line 74: | Line 73: | ||
/* General styling */ | /* General styling */ | ||
body { | |||
font-family: le-murmure, sans-serif; | |||
} |
Revision as of 12:21, 6 June 2023
/*
- Pagedjs
- Fonts
- Layouts
- General styling
*/
/* Pagedjs/paged media specific styles */
@page {
size: 105mm 297mm;
margin: 15mm 10mm 25mm 10mm;
bleed: 0;
background-color: white;
}
/* Setting variables */
/*
*** PAGEDJS ***
*/
/*
*** FONTS ***
*/
.font-authentic {
font-family: Authentic, sans-serif;
font-weight: 400;
}
.font-le-murmure {
font-family: le-murmure, sans-serif;
}
.font-notcouriersans {
font-family: Authentic, sans-serif;
font-weight: 400;
}
.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 */
body {
font-family: le-murmure, sans-serif;
}