diff --git a/fonts/LICENSES b/fonts/LICENSES index 3213688bd..80bd7eedd 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -13,6 +13,7 @@ Judges is under GPL. See https://webfonts.ffonts.net/Judges.font LinBiolinum is under GPLv2. See https://www.1001fonts.com/linux-biolinum-font.html LcdSolid is public domain. See https://www.fontspace.com/lcd-solid-font-f11346 MarginaliaRegular is public domain. See https://www.fontspace.com/marginalia-font-f32466 +Nimbus Sans L is GPL. See https://www.fontsquirrel.com/fonts/nimbus-sans-l Octavius is created by Jack Oatley and described as "100% free to use, though credit is appreciated" https://www.dafont.com/octavius.font RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741 Solidaric by Bob Mottram is under AGPL diff --git a/fonts/NimbusSanL-italic.otf b/fonts/NimbusSanL-italic.otf new file mode 100644 index 000000000..eca167231 Binary files /dev/null and b/fonts/NimbusSanL-italic.otf differ diff --git a/fonts/NimbusSanL.otf b/fonts/NimbusSanL.otf new file mode 100644 index 000000000..9cedff5ea Binary files /dev/null and b/fonts/NimbusSanL.otf differ diff --git a/theme.py b/theme.py index ddb94b641..0f9e852d0 100644 --- a/theme.py +++ b/theme.py @@ -947,7 +947,7 @@ def setThemeLight(baseDir: str): def setThemeIndymediaModern(baseDir: str): name = 'indymediamodern' fontStr = \ - "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')" + "url('./fonts/NimbusSanL.otf') format('otf')" themeParams = { "container-button-padding": "0px", "container-button-margin": "0px", @@ -1022,7 +1022,7 @@ def setThemeIndymediaModern(baseDir: str): "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", - "*font-family": "'CheGuevaraTextSans-Regular'", + "*font-family": "'NimbusSanL'", "*src": fontStr } bgParams = {