From 50eb95af7089bd97e2afbffcf9726db85292367d Mon Sep 17 00:00:00 2001 From: Florian Demmer Date: Mon, 16 Dec 2024 13:56:14 +0000 Subject: [PATCH] remove google font link tag given that we are using Next's font optimization at this point anyway --- src/pages/_document.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index c5f4fcd..082da3d 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -7,7 +7,6 @@ class MyDocument extends Document { return ( -