forked from indymedia/epicyon
Different font
parent
e5045f6171
commit
58864e1630
6
theme.py
6
theme.py
|
@ -946,6 +946,8 @@ def setThemeLight(baseDir: str):
|
||||||
|
|
||||||
def setThemeIndymediaModern(baseDir: str):
|
def setThemeIndymediaModern(baseDir: str):
|
||||||
name = 'indymediamodern'
|
name = 'indymediamodern'
|
||||||
|
fontStr = \
|
||||||
|
"url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"icon-brightness-change": "70%",
|
"icon-brightness-change": "70%",
|
||||||
"border-width-header": "0px",
|
"border-width-header": "0px",
|
||||||
|
@ -1016,8 +1018,8 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
"title-text": "#282c37",
|
"title-text": "#282c37",
|
||||||
"title-background": "#ccc",
|
"title-background": "#ccc",
|
||||||
"gallery-text-color": "black",
|
"gallery-text-color": "black",
|
||||||
"*font-family": "'ElectrumADFExp-Regular'",
|
"*font-family": "'CheGuevaraTextSans-Regular'",
|
||||||
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')"
|
"*src": fontStr
|
||||||
}
|
}
|
||||||
bgParams = {
|
bgParams = {
|
||||||
"login": "jpg",
|
"login": "jpg",
|
||||||
|
|
Loading…
Reference in New Issue