feat(design): JSM 전문 토큰 체계 + Pretendard 도입, kx 토큰 재매핑

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 01:15:11 +09:00
parent a496c2244b
commit e14e527e28
4 changed files with 55 additions and 43 deletions

View File

@@ -1,17 +1,10 @@
import type { Metadata } from "next";
import Script from "next/script";
import { Jua } from "next/font/google";
import "pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css";
import "./globals.css";
import DashboardShell from "./components/DashboardShell";
import { GlassFilter } from "./components/LiquidGlass";
const jua = Jua({
weight: "400",
subsets: ["latin"],
variable: "--font-jua",
display: "swap",
});
export const metadata: Metadata = {
title: {
default: "AI 음악·뮤비 팩 ₩39,000~ | 쟁승메이드",
@@ -133,7 +126,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="ko" data-scroll-behavior="smooth" className={jua.variable}>
<html lang="ko" data-scroll-behavior="smooth">
<head>
<script
type="application/ld+json"