Skip to content

Commit

Permalink
Add missing font
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 4, 2024
1 parent ac136e0 commit a0127e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/blog/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const metadata: Metadata = {
description: SITE_DESCRIPTION,
assets: [
"https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css",
"https://fonts.googleapis.com/css2?family=Fira+Code&display=swap",
],
manifest: "/manifest.json",
};
Expand Down

0 comments on commit a0127e5

Please sign in to comment.