change font

This commit is contained in:
Pete Matsyburka
2024-02-16 11:34:30 +02:00
parent a1f05d006e
commit 77feb05bad
3 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@
module Submissions
module GenerateResultAttachments
FONT_SIZE = 11
FONT_PATH = '/fonts/GoNotoCurrent-Regular.ttf'
FONT_PATH = '/fonts/GoNotoKurrent-Regular.ttf'
FONT_NAME = if File.exist?(FONT_PATH)
FONT_PATH
else