From 73cf52426fd3e1224331bebc9efad1cc2bb94003 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Mon, 19 Jul 2021 22:27:25 +0800 Subject: [PATCH] Preload fonts properly with 'crossorigin' We probably don't need to preload fonts (it will reduce browser warnings), since it wasn't working all this while. But it's probably there to address something (perhaps to handle OG better?), so do it right by setting the proper flags. https://stackoverflow.com/questions/1330825/preloading-font-face-fonts/46830425#comment87712868_46830425 --- static/index-web.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/index-web.html b/static/index-web.html index 9776b34ff..f34303615 100644 --- a/static/index-web.html +++ b/static/index-web.html @@ -7,12 +7,12 @@ - - - - - - + + + + + +