Skip to content

Commit

Permalink
Optimize Blinker font loading for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Aug 9, 2024
1 parent 89de847 commit 9317559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry-server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default createHandler(() => (
<link rel="icon" href="/favicon.ico"/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/>
<link href="https://fonts.googleapis.com/css2?family=Blinker:wght@400&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Blinker:wght@400&display=swap&text=evident." rel="stylesheet"/>
{assets}
</head>
<body>
Expand Down

0 comments on commit 9317559

Please sign in to comment.