forked from indymedia/epicyon
Light theme font
parent
99946e3267
commit
fb6568cf51
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
|
||||||
CheGuevaraTextSans-Regular is under CC0. See https://fonts2u.com/cheguevara-text-sans-regular.font
|
CheGuevaraTextSans-Regular is under CC0. See https://fonts2u.com/cheguevara-text-sans-regular.font
|
||||||
Edition is public domain. See https://www.fontspace.com/edition-font-f35311
|
Edition is public domain. See https://www.fontspace.com/edition-font-f35311
|
||||||
|
ElectrumADFExp-Regular is by Arkandis Digital Foundry under GPLv2. See https://www.1001fonts.com/electrum-adf-exp-font.html
|
||||||
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
|
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
|
||||||
|
|
4
theme.py
4
theme.py
|
@ -267,7 +267,9 @@ def setThemeLight(baseDir: str):
|
||||||
"event-foreground": "white",
|
"event-foreground": "white",
|
||||||
"title-text": "#282c37",
|
"title-text": "#282c37",
|
||||||
"title-background": "#ccc",
|
"title-background": "#ccc",
|
||||||
"gallery-text-color": "black"
|
"gallery-text-color": "black",
|
||||||
|
"*font-family": "'ElectrumADFExp-Regular'",
|
||||||
|
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')"
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, 'light', themeParams)
|
setThemeFromDict(baseDir, 'light', themeParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue