Support custom fonts

This commit is contained in:
Raphael Michel
2017-08-23 13:35:47 +02:00
parent 56338be13e
commit 50ca6ee63d
5 changed files with 96 additions and 38 deletions

View File

@@ -411,6 +411,10 @@ Your {event} team"""))
'default': '#8E44B3',
'type': str
},
'primary_font': {
'default': 'Open Sans',
'type': str
},
'presale_css_file': {
'default': None,
'type': str