Starlight theme font

main
Bob Mottram 2020-06-07 22:21:02 +01:00
parent b273aebd44
commit a94746d322
3 changed files with 3 additions and 2 deletions

View File

@ -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 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 MarginaliaRegular is public domain. See https://www.fontspace.com/marginalia-font-f32466
RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741 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 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 Warenhaus-Standard is public domain. See https://fontlibrary.org/en/font/warenhaus-typenhebel

BIN
fonts/SubZER0.ttf 100644

Binary file not shown.

View File

@ -233,8 +233,8 @@ def setThemeStarlight(baseDir: str):
"day-number": "#ffc4bc", "day-number": "#ffc4bc",
"day-number2": "#555", "day-number2": "#555",
"event-background": "#111", "event-background": "#111",
"*font-family": "'Absortile-Bold'", "*font-family": "'SubZER0'",
"*src": "url('fonts/Absortile-Bold.ttf') format('truetype')" "*src": "url('fonts/SubZER0.ttf') format('truetype')"
} }
setThemeFromDict(baseDir, 'starlight', themeParams) setThemeFromDict(baseDir, 'starlight', themeParams)