`backend` 옆에 `front` 가 있을 이유가 없었다. negosium 의 negodata/front 를 그대로 베꼈고 그게 왜 front 인지는 따져보지 않았다 — 근거 없이 들여온 이름이라 바로잡는다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019uYhHQdssRubirPirrdJJC
708 B
708 B
fonts
PretendardVariable.woff2 를 여기 두면 한글 본문이 Pretendard 로 뜬다.
없어도 빌드는 깨지지 않는다 — @font-face 가 조용히 실패하고
Noto Sans KR(구글폰트 CDN) → system-ui 순서로 폴백된다.
빌드 시 "didn't resolve at build time" 경고가 뜨는 건 그 때문이고, 무해하다.
curl -L -o PretendardVariable.woff2 \
https://github.com/orioncactus/pretendard/raw/main/packages/pretendard/dist/web/variable/woff2/PretendardVariable.woff2
★ 발행 사이트(site/public/fonts/)에도 같은 파일이 필요하다 —
프리렌더가 public/ 을 사이트 폴더로 복사하므로, 두면 자동으로 따라간다.