Skip to content

Commit 0142abe

Browse files
authored
Merge pull request #4 from FEBE-study-Way/feat/style-guide
[feat] style 가이드 설정
2 parents 1623c97 + fdc8ada commit 0142abe

12 files changed

Lines changed: 130 additions & 6 deletions
782 KB
Binary file not shown.

public/fonts/Pretendard-Bold.woff2

773 KB
Binary file not shown.
775 KB
Binary file not shown.
717 KB
Binary file not shown.
739 KB
Binary file not shown.
760 KB
Binary file not shown.
748 KB
Binary file not shown.
767 KB
Binary file not shown.

public/fonts/Pretendard-Thin.woff2

679 KB
Binary file not shown.

src/app/layout.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import '../styles/global.css';
1+
import "../styles/global.css";
2+
import { pretendard } from "../styles/font";
23

34
export const metadata = {
4-
title: 'WAY-Client',
5-
description: 'WAY는 GSM 실 신청 및 예약 서비스입니다.',
5+
title: "WAY-Client",
6+
description: "WAY는 GSM 실 신청 및 예약 서비스입니다.",
67
};
78

89
export default function RootLayout({
@@ -11,7 +12,7 @@ export default function RootLayout({
1112
children: React.ReactNode;
1213
}) {
1314
return (
14-
<html lang="ko">
15+
<html lang="ko" className={pretendard.className}>
1516
<body>{children}</body>
1617
</html>
1718
);

0 commit comments

Comments
 (0)