Skip to content

Commit

Permalink
Font optimization, add subset
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansive committed Jan 2, 2024
1 parent 92e219e commit 0a92aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "./globals.css";

import { Noto_Sans_JP } from "next/font/google";

const font = Noto_Sans_JP({ weight: "400" });
const font = Noto_Sans_JP({ subsets: ["latin"], weight: "400" });

export const metadata: Metadata = {
title: "lolibrary",
Expand Down

0 comments on commit 0a92aa2

Please sign in to comment.