PublishingCSS:FiguringThingsOutTogether: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | |||
- Pagedjs | |||
- Fonts | |||
- Layouts | |||
*/ | |||
/* | |||
*** PAGEDJS *** | |||
*/ | |||
@page { | @page { | ||
size: 170mm 240mm; | size: 170mm 240mm; | ||
margin: 10mm; | margin: 10mm; | ||
padding: 10mm; | padding: 10mm; | ||
} | } | ||
@page layout-title { | |||
} | |||
@page layout1 { | |||
margin-right: 40mm; | |||
} | |||
@page layout2 { | |||
} | |||
.title-image-wrap { | |||
page: layout-title; | |||
} | |||
.layout-1 { | |||
page: layout1; | |||
} | |||
.layout-2 { | |||
page: layout2; | |||
} | |||
/* | |||
*** FONTS *** | |||
*/ | |||
.font-authentic { | .font-authentic { | ||
Line 42: | Line 83: | ||
font-family: Sligoil-Micro, sans-serif | font-family: Sligoil-Micro, sans-serif | ||
} | } | ||
/* | |||
*** LAYOUTS *** | |||
*/ |
Revision as of 11:14, 27 September 2022
/*
- Pagedjs
- Fonts
- Layouts
*/
/*
*** PAGEDJS ***
*/
@page {
size: 170mm 240mm;
margin: 10mm;
padding: 10mm;
}
@page layout-title {
}
@page layout1 {
margin-right: 40mm;
}
@page layout2 {
}
.title-image-wrap {
page: layout-title;
}
.layout-1 {
page: layout1;
}
.layout-2 {
page: layout2;
}
/*
*** FONTS ***
*/
.font-authentic {
font-family: Authentic, sans-serif
}
.font-authentic-condensed {
font-family: Authentic-condensed, sans-serif;
font-weight: 60
}
.font-authentic-condensed {
font-family: Authentic-condensed, sans-serif;
font-weight: 60
}
.font-le-murmure {
font-family: le-murmure, sans-serif
}
.font-notcouriersans {
font-family: Authentic, sans-serif
}
.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
}
/*
*** LAYOUTS ***
*/