From 9a05e9faddee576b6f6c1c7a91d15a7a5827a8d4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 25 Nov 2020 17:11:27 +0000 Subject: Copy all fonts --- docs/publish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/publish.el') diff --git a/docs/publish.el b/docs/publish.el index dcd4a71..b7da056 100644 --- a/docs/publish.el +++ b/docs/publish.el @@ -30,7 +30,8 @@ (setq vericert/site-attachments (regexp-opt '("jpg" "jpeg" "gif" "png" "svg" - "ico" "cur" "css" "js" "woff" "html" "pdf"))) + "ico" "cur" "css" "js" "woff" "woff2" "ttf" + "html" "pdf"))) (setq user-full-name nil) -- cgit