diff --git a/fonts/Judges.woff b/fonts/Judges.woff new file mode 100644 index 00000000..a28f2cef Binary files /dev/null and b/fonts/Judges.woff differ diff --git a/fonts/LICENSES b/fonts/LICENSES index 66b563d3..29532924 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -4,6 +4,7 @@ Absortile is under GPL. See https://www.ffonts.net/Absortile.font Bedstead is under CC0. See below and https://fontlibrary.org/en/font/bedstead Edition is public domain. See https://www.fontspace.com/edition-font-f35311 GeneralFailureRegular is public domain. See https://www.fontspace.com/general-failure-font-f32565 +Judges is under GPL. See https://webfonts.ffonts.net/Judges.font LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346 MarginaliaRegular is public domain. See https://www.fontspace.com/marginalia-font-f32466 RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741 diff --git a/theme.py b/theme.py index b25c81d5..47ea9916 100644 --- a/theme.py +++ b/theme.py @@ -172,8 +172,8 @@ def setThemePurple(baseDir: str): "background-color: #554;": "background-color: #ff42a0;", "color: #FFFFFE;": "color: #1f152d;", "calendar-bg-color": "#eee", - "*font-family": "'RailModel'", - "*src": "url('./fonts/RailModel.ttf') format('truetype')", + "*font-family": "'Judges'", + "*src": "url('./fonts/Judges.woff') format('woff')", "lines-color": "#ff42a0", "day-number": "#3f2145", "day-number2": "#1f152d",