We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3a77e commit 5fac768Copy full SHA for 5fac768
2 files changed
PyPortal_UV_Index/code.py
@@ -42,7 +42,7 @@
42
43
CAPTION_FONT_FILE = cwd+'/fonts/Helvetica-Bold-16.bdf'
44
TEXT_FONT_FILE = cwd+'/fonts/Helvetica-Bold-16.bdf'
45
-HOUR_FONT_FILE = cwd+'/fonts/Arial-12.bdf'
+HOUR_FONT_FILE = cwd+'/fonts/Arial-Bold-12.bdf'
46
47
def halt_and_catch_fire(message, *args):
48
"""Log a critical error and stall the system."""
0 commit comments