From a1b869ea016d9116ec9f7f132541d4a1018ccf5e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 19 Jun 2025 23:31:05 +0200 Subject: import fontsource's CSS from style.css not main.js. --- vite.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js index b0880df..2e513f9 100644 --- a/vite.config.js +++ b/vite.config.js @@ -24,6 +24,7 @@ export default { "~bootstrap": path.resolve(__dirname, "node_modules/bootstrap"), "~bootstrap-icons": path.resolve(__dirname, "node_modules/bootstrap-icons"), "~ol": path.resolve(__dirname, "node_modules/ol"), + "~fontsource": path.resolve(__dirname, "node_modules/@fontsource"), } }, server: { -- cgit v1.2.3