From f0a60181fee69247efd03b5197306fe08b927175 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Wed, 29 Jul 2015 14:06:15 -0700 Subject: Made font type a field in the config file --- config/config.json | 3 ++- config/config_docker.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index cfb3c2de8..a1e73eb03 100644 --- a/config/config.json +++ b/config/config.json @@ -54,7 +54,8 @@ "PreviewWidth": 1024, "PreviewHeight": 0, "ProfileWidth": 128, - "ProfileHeight": 128 + "ProfileHeight": 128, + "InitialFont": "luximbi.ttf" }, "EmailSettings": { "ByPassEmail" : true, diff --git a/config/config_docker.json b/config/config_docker.json index 2d5a34539..6d220f919 100644 --- a/config/config_docker.json +++ b/config/config_docker.json @@ -54,7 +54,8 @@ "PreviewWidth": 1024, "PreviewHeight": 0, "ProfileWidth": 128, - "ProfileHeight": 128 + "ProfileHeight": 128, + "InitialFont": "luximbi.ttf" }, "EmailSettings": { "ByPassEmail" : true, -- cgit v1.2.3-1-g7c22