Skip to content

Commit

Permalink
remove google font link tag given that we are using Next's font optim…
Browse files Browse the repository at this point in the history
…ization at this point anyway
  • Loading branch information
fde31 committed Dec 16, 2024
1 parent f122868 commit 50eb95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class MyDocument extends Document {
return (
<Html>
<Head>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet" />
<ColorSchemeScript defaultColorScheme="auto" />
<style>{`
body {
Expand Down

0 comments on commit 50eb95a

Please sign in to comment.