Skip to content

Commit

Permalink
feat: font display:swap
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhozhr10 committed May 16, 2024
1 parent 73b2f81 commit 199dae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import "./globals.css";
const inter = Inter({
subsets: ["latin"],
weight: ["400", "500", "600", "700"],
display: "swap",
});

export const metadata: Metadata = {
Expand Down
2 changes: 1 addition & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Project() {
return (
<BaseLayout>
<main>
<h1 className="text-5xl">Coming Soon</h1>
<h1 className="text-5xl">ls ~/Workspaces</h1>
</main>
</BaseLayout>
);
Expand Down

0 comments on commit 199dae8

Please sign in to comment.