diff --git a/fonts/LICENSES b/fonts/LICENSES index 83d2f472..c5b1c26f 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -12,6 +12,7 @@ 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 +SubZER0 is under GPL. See http://www.free-fonts-download.com/Techno/subzer0-font 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/SubZER0.ttf b/fonts/SubZER0.ttf new file mode 100644 index 00000000..92fec3b9 Binary files /dev/null and b/fonts/SubZER0.ttf differ diff --git a/theme.py b/theme.py index c33f502b..f290b312 100644 --- a/theme.py +++ b/theme.py @@ -233,8 +233,8 @@ def setThemeStarlight(baseDir: str): "day-number": "#ffc4bc", "day-number2": "#555", "event-background": "#111", - "*font-family": "'Absortile-Bold'", - "*src": "url('fonts/Absortile-Bold.ttf') format('truetype')" + "*font-family": "'SubZER0'", + "*src": "url('fonts/SubZER0.ttf') format('truetype')" } setThemeFromDict(baseDir, 'starlight', themeParams)