From 0c45dbb8841382dab8aa2cc8c971351990ba29f4 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 13 Sep 2025 11:46:58 +0200 Subject: [PATCH] Fix warning font --- web/pages/_app.tsx | 4 ---- web/pages/_document.tsx | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index 68c134d9..c437cda9 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -100,10 +100,6 @@ function MyApp({Component, pageProps}: AppProps) { name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no" /> -
+