From de2cc0e283f346ec41ed1917879a6366bfdf0880 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 10 Nov 2024 17:22:34 +0100 Subject: feat(credits): font source --- data.go | 1 + 1 file changed, 1 insertion(+) (limited to 'data.go') 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 { -- cgit v1.2.3