Margins for solidaric font

merge-requests/8/head
Bob Mottram 2020-09-14 14:16:55 +01:00
parent 416c206aea
commit 1eb0f92014
1 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,7 @@ def setThemeNight(baseDir: str):
"place-color": "#7961ab",
"event-color": "#7961ab",
"event-background": "#333",
"quote-right-margin": "0",
"*font-family": "'solidaric'",
"*src": fontStr,
"**src": fontStrItalic
@ -430,6 +431,7 @@ def setThemeHenge(baseDir: str):
"event-background": "#333",
"timeline-border-radius": "20px",
"image-corners": "8%",
"quote-right-margin": "0.25em",
"*font-family": "'bgrove'",
"*src": "url('fonts/bgrove.woff2') format('woff2')"
}