From a498c56278369a52d8e12f7a0245fdd2835ba6ef Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Sun, 16 Nov 2025 13:54:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20include=20fonts=20in=20mu?= =?UTF-8?q?x=20server=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _Generated with _ --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 083c5ef18..6285be473 100644 --- a/package.json +++ b/package.json @@ -167,6 +167,8 @@ "dist/**/*.wasm", "dist/**/*.html", "dist/**/*.css", + "dist/**/*.woff", + "dist/**/*.woff2", "dist/**/*.json", "dist/**/*.png", "dist/assets/**/*",