font 적용

This commit is contained in:
koreacomp5
2025-11-16 18:21:27 +09:00
parent 87c3b1523e
commit d3507faa7e

View File

@@ -13,9 +13,7 @@ export default function RootLayout({
return ( return (
<html lang="en"> <html lang="en">
<body className={pretendard.className}> <body className={pretendard.className}>
text-pretendard
{children} {children}
TEXT
</body> </body>
</html> </html>
); );