forked from indymedia/epicyon
Extra font
parent
3863f121af
commit
1de2e8932f
|
@ -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
|
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
|
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
|
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
|
RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741
|
||||||
SundownerRegular is public domain. See https://www.fontspace.com/sundowner-font-f40837
|
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
|
Warenhaus-Standard is public domain. See https://fontlibrary.org/en/font/warenhaus-typenhebel
|
||||||
|
|
Binary file not shown.
|
@ -938,7 +938,7 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
|
||||||
"""Shows the edit profile screen
|
"""Shows the edit profile screen
|
||||||
"""
|
"""
|
||||||
imageFormats = '.png, .jpg, .jpeg, .gif, .webp'
|
imageFormats = '.png, .jpg, .jpeg, .gif, .webp'
|
||||||
fontFormats = '.woff, .woff2, .ttf, .otf'
|
# fontFormats = '.woff, .woff2, .ttf, .otf'
|
||||||
pathOriginal = path
|
pathOriginal = path
|
||||||
path = path.replace('/inbox', '').replace('/outbox', '')
|
path = path.replace('/inbox', '').replace('/outbox', '')
|
||||||
path = path.replace('/shares', '')
|
path = path.replace('/shares', '')
|
||||||
|
|
Loading…
Reference in New Issue