forked from indymedia/epicyon
Starlight theme font
parent
b273aebd44
commit
a94746d322
|
@ -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
|
||||||
|
|
||||||
|
|
Binary file not shown.
4
theme.py
4
theme.py
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue