From d2b9ef7bab90bf2330a673f7d95d1bc1e9b4e931 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 8 Jul 2021 13:17:23 +0200 Subject: Notes --- stickers.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stickers.scm b/stickers.scm index b6ba13f..cdc70f7 100644 --- a/stickers.scm +++ b/stickers.scm @@ -5,6 +5,8 @@ (srfi 1) (srfi 41)) +; Load here the glyphs you need, the only ones that are more or less defined +; are the English ones (load "glyphs/en.scm") (define a4-size '(297 . 210)) -- cgit v1.2.3