diff --git a/fonts/ElectrumADFExp-Regular.otf b/fonts/ElectrumADFExp-Regular.otf new file mode 100644 index 00000000..b0b30b56 Binary files /dev/null and b/fonts/ElectrumADFExp-Regular.otf differ diff --git a/fonts/LICENSES b/fonts/LICENSES index 0a922900..b0623ac7 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -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 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 +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 Judges is under GPL. See https://webfonts.ffonts.net/Judges.font LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346 diff --git a/theme.py b/theme.py index fab01c31..2acba219 100644 --- a/theme.py +++ b/theme.py @@ -267,7 +267,9 @@ def setThemeLight(baseDir: str): "event-foreground": "white", "title-text": "#282c37", "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)