forked from indymedia/epicyon
Extra font
parent
37d3691833
commit
99946e3267
Binary file not shown.
|
@ -2,6 +2,7 @@ Font Licenses
|
||||||
|
|
||||||
Absortile is under GPL. See https://www.ffonts.net/Absortile.font
|
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
|
||||||
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
|
Judges is under GPL. See https://webfonts.ffonts.net/Judges.font
|
||||||
|
|
4
theme.py
4
theme.py
|
@ -193,7 +193,9 @@ def setThemePurple(baseDir: str):
|
||||||
"event-foreground": "white",
|
"event-foreground": "white",
|
||||||
"title-text": "white",
|
"title-text": "white",
|
||||||
"title-background": "#ff42a0",
|
"title-background": "#ff42a0",
|
||||||
"gallery-text-color": "#ccc"
|
"gallery-text-color": "#ccc",
|
||||||
|
"*font-family": "'CheGuevaraTextSans-Regular'",
|
||||||
|
"*src": "url('./fonts/CheGuevaraTextSans-Regular.ttf') format('truetype')"
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, 'purple', themeParams)
|
setThemeFromDict(baseDir, 'purple', themeParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue