From 2943dec17408b75fc8394c6e8e92b50c3696c540 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Mon, 2 Dec 2024 08:33:41 +0100 Subject: [PATCH] :adhesive_bandage: [#724] Symlink fonts to root of project for vite We cannot yet move the fonts to the public dir or change the SCSS that loads the fonts, as that would break the actual CRA-based build which now correctly ships the fonts. Because of the relative URLs used in the font-face declaration, Vite expects the fonts to exist in the root of the project. --- fonts | 1 + 1 file changed, 1 insertion(+) create mode 120000 fonts diff --git a/fonts b/fonts new file mode 120000 index 000000000..c8d579176 --- /dev/null +++ b/fonts @@ -0,0 +1 @@ +./src/fonts \ No newline at end of file