From 2fc30188c8966fe39ec2364f67490366521e04d7 Mon Sep 17 00:00:00 2001 From: corey hu Date: Sat, 16 Dec 2023 14:49:38 -0800 Subject: [PATCH] fix image script path --- documentation/image1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/image1.py b/documentation/image1.py index aed77da..d916bd1 100644 --- a/documentation/image1.py +++ b/documentation/image1.py @@ -16,7 +16,7 @@ # Constants, these are the main "settings" for the image WIDTH, HEIGHT, MARGIN, FRAMES = 2048, 2048, 128, 1 -FONT_PATH = "fonts/ttf/Rubik-Regular.ttf" +FONT_PATH = "fonts/ttf/Urbanist-Regular.ttf" FONT_LICENSE = "OFL v1.1" AUXILIARY_FONT = "Helvetica" AUXILIARY_FONT_SIZE = 48