Extra font

main
Bob Mottram 2020-05-28 11:14:57 +01:00
parent 37d3691833
commit 99946e3267
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -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

View File

@ -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)