mirror of https://gitlab.com/bashrc2/epicyon
Modern theme font
parent
8d4b9191c4
commit
3f58731c7b
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
4
theme.py
4
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 = {
|
||||
|
|
Loading…
Reference in New Issue