diff --git a/fonts/LICENSES b/fonts/LICENSES index 46ac5eac..9696d13f 100644 --- a/fonts/LICENSES +++ b/fonts/LICENSES @@ -4,6 +4,7 @@ Bedstead is under CC0. See below and https://fontlibrary.org/en/font/bedstead 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 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 RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741 SundownerRegular is public domain. See https://www.fontspace.com/sundowner-font-f40837 Warenhaus-Standard is public domain. See https://fontlibrary.org/en/font/warenhaus-typenhebel diff --git a/fonts/MarginaliaRegular.ttf b/fonts/MarginaliaRegular.ttf new file mode 100644 index 00000000..27dfc90c Binary files /dev/null and b/fonts/MarginaliaRegular.ttf differ diff --git a/webinterface.py b/webinterface.py index 4ec97615..9eacbe7b 100644 --- a/webinterface.py +++ b/webinterface.py @@ -938,7 +938,7 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, """Shows the edit profile screen """ imageFormats = '.png, .jpg, .jpeg, .gif, .webp' - fontFormats = '.woff, .woff2, .ttf, .otf' + # fontFormats = '.woff, .woff2, .ttf, .otf' pathOriginal = path path = path.replace('/inbox', '').replace('/outbox', '') path = path.replace('/shares', '')