Skip to content

Commit 04bc470

Browse files
committed
weight 700のcssをimportしてなかった
1 parent 883cade commit 04bc470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { Metadata } from "next";
22
import "@fontsource-variable/noto-sans-jp";
33
import "@fontsource-variable/inconsolata";
4-
import "@fontsource/m-plus-rounded-1c";
4+
import "@fontsource/m-plus-rounded-1c/400.css";
5+
import "@fontsource/m-plus-rounded-1c/700.css";
56
import "./globals.css";
67
import { Navbar } from "./navbar";
78
import { Sidebar } from "./sidebar";

0 commit comments

Comments
 (0)