Update sermon-a4.css
This commit is contained in:
parent
61745b973c
commit
e93ddce58a
1 changed files with 8 additions and 2 deletions
|
|
@ -1,11 +1,17 @@
|
||||||
/* @theme sermon-a4
|
/* @theme sermon-a4
|
||||||
author: simonpipe (codeberg.org/simonpipe/)
|
author: simonpipe (codeberg.org/simonpipe/)
|
||||||
License: MIT
|
License: MIT
|
||||||
Inspired by "a4-clean.css" by stanfrdb
|
|
||||||
|
|
||||||
Standalone A4/Booklet theme based on Marp 'base'.
|
This theme is optimized for A4 printing.
|
||||||
|
Inspired by "a4-clean.css" by stanfrdb (https://github.com/stanfrbd/A4-marp/tree/main)
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
- Default: Standard A4 layout with 12pt font size.
|
||||||
|
- Class 'booklet': Scales the layout to 18pt for easy-to-read booklet printing.
|
||||||
|
(Set 'class: booklet' in your Markdown YAML header)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@import "base";
|
@import "base";
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue