Skip to content

Commit

Permalink
fix: googlefont
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Oct 8, 2024
1 parent 4ebc0be commit 602f738
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/loadGoogleFont.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ async function loadGoogleFonts(
weight: 700,
style: "normal",
},
{
name: "Noto Color Emoji",
font: "Noto+Color+Emoji",
weight: 400,
style: "normal",
},
];

const fonts = await Promise.all(
Expand Down

0 comments on commit 602f738

Please sign in to comment.