feat: 검증된 인게임 글자 크기를 네 단계로 통합

This commit is contained in:
2026-09-15 15:45:16 +00:00
parent 7dc1670935
commit e094246963
80 changed files with 3595 additions and 329 deletions
@@ -16,7 +16,7 @@
background-image: var(--sammo-texture-walnut);
color: var(--sammo-color-text);
font-family: var(--sammo-font-sans);
font-size: 14px;
font-size: var(--sammo-font-size-normal);
line-height: 1.5;
}
@@ -35,7 +35,7 @@
}
.ref-shell__title {
font-size: 17px;
font-size: var(--sammo-font-size-emphasis);
font-weight: 500;
}