From 31c25783401a25bd2c6ed39b7bb8ceb733ca3f41 Mon Sep 17 00:00:00 2001 From: Dunya Kirkali Date: Sun, 14 Jul 2024 20:34:04 +0200 Subject: [PATCH] Prepare READMEs --- fonts/README.md | 32 ++++++++++++++++++++++++++++++++ themes/README.md | 3 +++ 2 files changed, 35 insertions(+) create mode 100644 fonts/README.md create mode 100644 themes/README.md diff --git a/fonts/README.md b/fonts/README.md new file mode 100644 index 0000000..280bb3b --- /dev/null +++ b/fonts/README.md @@ -0,0 +1,32 @@ +# Fonts + +## What to pick + +### Serif vs Sans-Serif + +Books tend to use serif fonts more often. + +Some widely used serif fonts are: + +- Times New Roman +- Century +- Merriweather +- Palantino +- Georgia +- Garamond + +But occasionally, sans-serif fonts are also used: + +- Arial +- Roboto +- Myriad +- Helvetica +- Futura + +### Font Size + +Traditionally books use a font size between 10 and 12 for the body and 48 and above for the title + +## Some ideas + +- diff --git a/themes/README.md b/themes/README.md new file mode 100644 index 0000000..859330d --- /dev/null +++ b/themes/README.md @@ -0,0 +1,3 @@ +# Themes + +Asciidoc themes use the YAML format.