diff --git a/fonts/CheGuevaraTextSans-Regular.ttf b/fonts/CheGuevaraTextSans-Regular.ttf new file mode 100644 index 00000000..38d865a0 Binary files /dev/null and b/fonts/CheGuevaraTextSans-Regular.ttf differ diff --git a/fonts/LICENSES b/fonts/LICENSES index 29532924..0a922900 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -2,6 +2,7 @@ Font Licenses 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 GeneralFailureRegular is public domain. See https://www.fontspace.com/general-failure-font-f32565 Judges is under GPL. See https://webfonts.ffonts.net/Judges.font diff --git a/theme.py b/theme.py index add510aa..fab01c31 100644 --- a/theme.py +++ b/theme.py @@ -193,7 +193,9 @@ def setThemePurple(baseDir: str): "event-foreground": "white", "title-text": "white", "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)