Extra font

main
Bob Mottram 2020-06-07 22:26:31 +01:00
parent a94746d322
commit 93dd897bb6
4 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ Font Licenses
Absortile is under GPL. See https://www.ffonts.net/Absortile.font
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
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

BIN
fonts/bgrove.ttf 100644

Binary file not shown.

BIN
fonts/bgroveb.ttf 100644

Binary file not shown.

View File

@ -233,8 +233,8 @@ def setThemeStarlight(baseDir: str):
"day-number": "#ffc4bc",
"day-number2": "#555",
"event-background": "#111",
"*font-family": "'SubZER0'",
"*src": "url('fonts/SubZER0.ttf') format('truetype')"
"*font-family": "'bgrove'",
"*src": "url('fonts/bgrove.ttf') format('truetype')"
}
setThemeFromDict(baseDir, 'starlight', themeParams)