From 0159f7f6bb3283258c7704765f9c84c326c42b67 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 14 May 2026 12:45:05 +0200 Subject: [PATCH] chore: add remanso writing-tool config --- .remanso.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .remanso.json diff --git a/.remanso.json b/.remanso.json new file mode 100644 index 0000000..9111037 --- /dev/null +++ b/.remanso.json @@ -0,0 +1,12 @@ +{ + "fontFamilies": [ + "Arvo", + "Intel One Mono", + "Geist Mono", + "Space Mono", + "PT Serif" + ], + "fontSize": "15pt", + "pageWidth": "480px", + "backlink": false +}