feat: 검증된 인게임 글자 크기를 네 단계로 통합
This commit is contained in:
@@ -457,7 +457,7 @@ onMounted(() => {
|
||||
margin: 0 auto;
|
||||
color: #fff;
|
||||
font-family: var(--sammo-font-sans);
|
||||
font-size: 14px;
|
||||
font-size: var(--sammo-font-size-normal);
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@@ -474,7 +474,7 @@ onMounted(() => {
|
||||
|
||||
.legacy-top-bar h1 {
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
font-size: var(--sammo-font-size-title);
|
||||
font-weight: 500;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user