From c15940712405977d758650c1d52fca79ae8d7533 Mon Sep 17 00:00:00 2001 From: f-w Date: Mon, 16 Dec 2024 11:03:38 -0800 Subject: [PATCH] use unplugin-fonts/vite to load font and icons --- client/index.html | 4 ---- client/package-lock.json | 8 +------- client/package.json | 3 +-- client/src/plugins/index.js | 2 -- client/src/plugins/webfontloader.js | 17 ----------------- client/vite.config.js | 3 +++ 6 files changed, 5 insertions(+), 32 deletions(-) delete mode 100644 client/src/plugins/webfontloader.js diff --git a/client/index.html b/client/index.html index 85b69712f..43ccc36c3 100644 --- a/client/index.html +++ b/client/index.html @@ -5,10 +5,6 @@ NotifyBC Web Console -