From 8dac5342c78b9d7b924be3aa609279513d39779e Mon Sep 17 00:00:00 2001 From: telegnom Date: Mon, 5 Mar 2018 09:44:49 +0100 Subject: [PATCH] sets default values in config to match current defaults --- config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index 57537ac..406d3c3 100644 --- a/config.example.json +++ b/config.example.json @@ -12,7 +12,7 @@ "LABEL": { "DEFAULT_SIZE": "62", "DEFAULT_ORIENTATION": "standard", - "DEFAULT_FONT_SIZE": 45, + "DEFAULT_FONT_SIZE": 70, "DEFAULT_FONTS": [ {"family": "Minion Pro", "style": "Semibold"}, {"family": "Linux Libertine", "style": "Regular"}, @@ -21,7 +21,7 @@ }, "WEBSITE": { "HTML_TITLE": "Label Designer", - "PAGE_TITLE": "Label Designer", - "PAGE_HEADLINE": "Brother QL Label Designer" + "PAGE_TITLE": "Brother QL Label Designer", + "PAGE_HEADLINE": "Design your label and print it…" } } \ No newline at end of file