From f92b7306f0d8c3de546b85b4e859dd954f1aa020 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Wed, 2 Sep 2026 16:13:19 +0200 Subject: [PATCH] fix: re-add manual font fetching in Turns out this is required because of some differences between dev and production build. Seems like the relevant font @import is not respected when combined with other stylesheets. Might be possible to avoid this manual declaration, but leaving that for another time. more or less a revert of daf4e966ba365a91155d7bd434d266d1e24b82c6 --- src/pages/_document.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 8c7f3f0eb..e80382ffa 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -31,11 +31,16 @@ class MyDocument extends Document { return ( + +