Skip to content

Commit

Permalink
fix(ThemeProvider): Use Bunny fonts preconnect instead of Google Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-fx committed Feb 13, 2024
1 parent 7cb0b10 commit 97cdb20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/ThemeProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ const ThemeProvider = ({ children, theme }) => {
return (
<>
<Helmet>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin />
<link rel="preconnect" href="https://fonts.bunny.net" />
<link
href="https://fonts.bunny.net/css?family=albert-sans:100,300,400,500,600"
rel="stylesheet"
Expand Down

0 comments on commit 97cdb20

Please sign in to comment.