From 3cc52b85cedcfb1aef64d17468c368cccfb525a6 Mon Sep 17 00:00:00 2001 From: Picnoir Date: Thu, 24 Oct 2024 13:30:02 +0200 Subject: [PATCH] Remove controls from viewer side --- index.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/index.html b/index.html index d29a4c8..fc3d7cd 100644 --- a/index.html +++ b/index.html @@ -23,15 +23,6 @@ - - - -

Title

@@ -64,7 +55,7 @@ }); }); - + var fontReadyP = (new FontFace('oxanium', 'url(https://2024.nixcon.org/fonts/oxanium-bold.woff2) format(woff2)').load().then((f) => { console.log('font loaded'); document.fonts.add(f);