forked from indymedia/epicyon
Extra font
parent
a94746d322
commit
93dd897bb6
|
@ -2,6 +2,7 @@ Font Licenses
|
||||||
|
|
||||||
Absortile is under GPL. See https://www.ffonts.net/Absortile.font
|
Absortile is under GPL. See https://www.ffonts.net/Absortile.font
|
||||||
Bedstead is under CC0. See below and https://fontlibrary.org/en/font/bedstead
|
Bedstead is under CC0. See below and https://fontlibrary.org/en/font/bedstead
|
||||||
|
bgrove is under GPL. See http://www.free-fonts-download.com/basic/bloominggrove-font
|
||||||
CheGuevaraTextSans-Regular is under CC0. See https://fonts2u.com/cheguevara-text-sans-regular.font
|
CheGuevaraTextSans-Regular is under CC0. See https://fonts2u.com/cheguevara-text-sans-regular.font
|
||||||
Domestic_Manners by Dustin Norlander is under GPLv2. See https://www.1001fonts.com/domestic-manners-font.html
|
Domestic_Manners by Dustin Norlander is under GPLv2. See https://www.1001fonts.com/domestic-manners-font.html
|
||||||
Edition is public domain. See https://www.fontspace.com/edition-font-f35311
|
Edition is public domain. See https://www.fontspace.com/edition-font-f35311
|
||||||
|
|
Binary file not shown.
Binary file not shown.
4
theme.py
4
theme.py
|
@ -233,8 +233,8 @@ def setThemeStarlight(baseDir: str):
|
||||||
"day-number": "#ffc4bc",
|
"day-number": "#ffc4bc",
|
||||||
"day-number2": "#555",
|
"day-number2": "#555",
|
||||||
"event-background": "#111",
|
"event-background": "#111",
|
||||||
"*font-family": "'SubZER0'",
|
"*font-family": "'bgrove'",
|
||||||
"*src": "url('fonts/SubZER0.ttf') format('truetype')"
|
"*src": "url('fonts/bgrove.ttf') format('truetype')"
|
||||||
}
|
}
|
||||||
setThemeFromDict(baseDir, 'starlight', themeParams)
|
setThemeFromDict(baseDir, 'starlight', themeParams)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue