feat(font): Google Fonts preconnect 추가 및 system-ui 폴백 TDD
Auto PR / open-pr (push) Successful in 20s
Auto Label PR / add-automerge-label (pull_request) Successful in 8s
CI / test (pull_request) Successful in 59s

This commit is contained in:
2025-11-15 08:11:50 +09:00
parent 68c8c8ff15
commit 76889080e8
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -254,6 +254,7 @@ function buildHead(page: Page) {
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="/" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<title>${escapeHtml(page.seo.title)}</title>
<meta name="description" content="${escapeHtml(page.seo.description)}" />
<meta property="og:title" content="${escapeHtml(page.seo.title)}" />