diff --git a/fonts/LICENSES b/fonts/LICENSES index f858bb4e7..46ac5eacb 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -4,6 +4,7 @@ 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 LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346 +RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741 SundownerRegular is public domain. See https://www.fontspace.com/sundowner-font-f40837 Warenhaus-Standard is public domain. See https://fontlibrary.org/en/font/warenhaus-typenhebel diff --git a/fonts/RailModel.ttf b/fonts/RailModel.ttf new file mode 100644 index 000000000..35a283c4c Binary files /dev/null and b/fonts/RailModel.ttf differ diff --git a/theme.py b/theme.py index 662e5a6be..b25c81d5a 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": "'SundownerRegular'", - "*src": "url('./fonts/SundownerRegular.ttf') format('truetype')", + "*font-family": "'RailModel'", + "*src": "url('./fonts/RailModel.ttf') format('truetype')", "lines-color": "#ff42a0", "day-number": "#3f2145", "day-number2": "#1f152d",