From 886a58784b00c418c266bbe08bd9dfd6acbcd967 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 1 May 2020 13:59:25 +0200 Subject: Add attribution for all fonts --- resources/pug/include/layout.pug | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index 988e7b9..aad5c1a 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -22,9 +22,13 @@ html(lang="en") | Copyright © Camil Staps 2015–#{date.getFullYear()}  •  = "Last updated " + date.toDateString() p.text-center.greyed-out - | This page uses the SBL Hebrew font which is property of Tiro Typeworks. For details, see - a(href='https://www.sbl-site.org/educational/biblicalfonts.aspx', target='_blank') the information page - |. + | This page uses the + a(href='https://www.sbl-site.org/educational/biblicalfonts.aspx', target='_blank') SBL Hebrew font + | , + a(href='https://fontawesome.com', target='_blank') Font Awesome + | , and + a(href='https://jpswalsh.github.io/academicons/', target='_blank') Academicons + | . include foot.pug -- cgit v1.2.3