From d09af5bd48e0da8d04ccaa5677f237a98fab042b Mon Sep 17 00:00:00 2001 From: xxDUxx <96152564+xxDUxx@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:42:47 +0100 Subject: [PATCH] Update custom.html --- apps/contourclock/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contourclock/custom.html b/apps/contourclock/custom.html index 9eb7e1e3d..9b4c23ef4 100644 --- a/apps/contourclock/custom.html +++ b/apps/contourclock/custom.html @@ -49,7 +49,7 @@ var f = new Object(); fonts.push({ name:"contourclock-"+n+".json", - url:"font-"+fontElement.id+".json" + url:"fonts/font-"+fontElement.id+".json" }); n++; }