Skip to content

Commit d41ce7c

Browse files
committed
refactor: 디렉토리 구조 변경
1 parent 9b614ca commit d41ce7c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
import { Noto_Sans_KR } from 'next/font/google'
22

33
export const notoSansKR = Noto_Sans_KR({
4+
adjustFontFallback: true,
5+
display: 'swap',
6+
subsets: [
7+
'latin',
8+
],
49
weight: [
5-
'400',
6-
'700',
10+
'300',
11+
'600',
712
],
813
})
File renamed without changes.

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Metadata } from 'next'
22

3-
import { notoSansKR } from '@/fonts/notoSansKR'
3+
import { notoSansKR } from './_fonts/notoSansKR'
44

55
import './globals.css'
66

0 commit comments

Comments
 (0)