Light theme font

main
Bob Mottram 2020-05-28 11:33:22 +01:00
parent 99946e3267
commit fb6568cf51
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

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

View File

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