~julienxx/castor

Correct font configuration in the example config v1 APPLIED

Ecmel Berk Canlier: 1
 Correct font configuration in the example config

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~julienxx/castor/patches/11504/mbox | git am -3
Learn more about email & git

[PATCH] Correct font configuration in the example config Export this patch

Correct the [fonts.gemini] heading to [fonts.gemini.text] in the example
configuration shown in the README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f04ae48..0839693 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ list = "🌼 "
[fonts.finger]
    family = "monospace"
    size = 11
[fonts.gemini]
[fonts.gemini.text]
    family = "serif"
    size = 11
[fonts.gemini.h1]
-- 
2.27.0
Thanks!