Skip to content

Commit

Permalink
fix image script path
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhu committed Dec 16, 2023
1 parent d163115 commit 2fc3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/image1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fc3018

Please sign in to comment.