aboutsummaryrefslogtreecommitdiff
path: root/data.go
diff options
context:
space:
mode:
Diffstat (limited to 'data.go')
-rw-r--r--data.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.go b/data.go
index 4ccae88..2b755bb 100644
--- a/data.go
+++ b/data.go
@@ -47,6 +47,7 @@ type Link struct {
type Legal struct {
LegalInformationLink string `json:"legal_information_link"`
ImagesSource []string `json:"images_source"`
+ FontSource string `json:"font_source"`
}
func (c *Config) GetBackground() template.CSS {