feat: 운영 안정성과 세션 음성 경험 개선
This commit is contained in:
parent
facc4ad2d9
commit
c788343467
95 changed files with 8431 additions and 1785 deletions
|
|
@ -7,6 +7,17 @@
|
|||
강조는 weight+accent텍스트+tint배경+kicker로만.
|
||||
===================================================================== */
|
||||
|
||||
/* Pretendard Variable self-host. jsDelivr CDN 의존을 없애 외부 요청·렌더 블로킹을
|
||||
제거했다(파일: apps/web/public/fonts/PretendardVariable.woff2).
|
||||
index.html 의 preload 와 짝을 이룬다. --font-sans 값은 그대로 둔다. */
|
||||
@font-face {
|
||||
font-family: "Pretendard Variable";
|
||||
font-weight: 45 920;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
|
||||
}
|
||||
|
||||
:root {
|
||||
/* ── Primitive: Neutral (따뜻한 종이 + 쿨 슬레이트) §3.1 ── */
|
||||
--paper: #fdfcf9; /* 시안에서 피킹한 따뜻한 아이보리 캔버스 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue