forked from indymedia/epicyon
Set font path
parent
6ffd772b3e
commit
eab68b196f
1
theme.py
1
theme.py
|
@ -152,6 +152,7 @@ def setThemeHacker(baseDir: str):
|
||||||
"button-corner-radius": "4px",
|
"button-corner-radius": "4px",
|
||||||
"timeline-border-radius": "4px",
|
"timeline-border-radius": "4px",
|
||||||
"*font-family": "'Bedstead'",
|
"*font-family": "'Bedstead'",
|
||||||
|
"*src": "url('./fonts/bedstead.otf') format('opentype')"
|
||||||
"background-color: #554;": "background-color: #062200;",
|
"background-color: #554;": "background-color: #062200;",
|
||||||
"color: #FFFFFE;": "color: green;",
|
"color: #FFFFFE;": "color: green;",
|
||||||
"calendar-bg-color": "black",
|
"calendar-bg-color": "black",
|
||||||
|
|
Loading…
Reference in New Issue