fix. 수정

This commit is contained in:
clkim
2026-01-19 15:45:15 +09:00
parent b5b5b1d048
commit a9e0532e95
5 changed files with 17 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ const setupGameHead = (data: GameDataValue) => {
const designTheme = data.design_theme === 1 ? 'light' : 'dark'
const styleLinks = createStyleLinks(
data.favicon_json,
data?.game_font?.font_path
data?.game_font_key_json?.font_path
)
const styleCss = createStyleCss(data.key_color_json)