forked from indymedia/epicyon
Extra font
parent
4b9aec2f18
commit
ca8b83a164
Binary file not shown.
|
@ -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
|
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
|
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
|
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
|
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
|
||||||
|
|
4
theme.py
4
theme.py
|
@ -172,8 +172,8 @@ def setThemePurple(baseDir: str):
|
||||||
"background-color: #554;": "background-color: #ff42a0;",
|
"background-color: #554;": "background-color: #ff42a0;",
|
||||||
"color: #FFFFFE;": "color: #1f152d;",
|
"color: #FFFFFE;": "color: #1f152d;",
|
||||||
"calendar-bg-color": "#eee",
|
"calendar-bg-color": "#eee",
|
||||||
"*font-family": "'RailModel'",
|
"*font-family": "'Judges'",
|
||||||
"*src": "url('./fonts/RailModel.ttf') format('truetype')",
|
"*src": "url('./fonts/Judges.woff') format('woff')",
|
||||||
"lines-color": "#ff42a0",
|
"lines-color": "#ff42a0",
|
||||||
"day-number": "#3f2145",
|
"day-number": "#3f2145",
|
||||||
"day-number2": "#1f152d",
|
"day-number2": "#1f152d",
|
||||||
|
|
Loading…
Reference in New Issue