style(ui): 전체 화면 폰트 크기 증가

- arena: 전투/결과/랭크 화면 폰트 조정
- front: 메인 화면 폰트 조정
- game: 게임플레이 위젯 전반 폰트 조정 (스킬, 장비, 인벤토리 등)
- hall_of_fame: 명예의 전당 폰트 조정
- new_character: 캐릭터 생성 화면 폰트 조정
- settings: 설정 화면 폰트 조정
- 전반적인 가독성 향상
This commit is contained in:
JiWoong Sul
2026-01-15 19:07:34 +09:00
parent e882093d37
commit cbf96c2c0e
43 changed files with 347 additions and 338 deletions

View File

@@ -186,7 +186,7 @@ class _RetroHeader extends StatelessWidget {
l10n.appTitle,
style: const TextStyle(
fontFamily: 'PressStart2P',
fontSize: 14,
fontSize: 13,
color: RetroColors.gold,
shadows: [
Shadow(color: RetroColors.goldDark, offset: Offset(2, 2)),
@@ -335,7 +335,7 @@ class _SavedGameInfo extends StatelessWidget {
'${preview.characterName} Lv.${preview.level} ${preview.actName}',
style: const TextStyle(
fontFamily: 'PressStart2P',
fontSize: 9,
fontSize: 11,
color: RetroColors.textDisabled,
),
),
@@ -358,7 +358,7 @@ class _CopyrightFooter extends StatelessWidget {
textAlign: TextAlign.center,
style: const TextStyle(
fontFamily: 'PressStart2P',
fontSize: 8,
fontSize: 7,
color: RetroColors.textDisabled,
),
),
@@ -390,7 +390,7 @@ class _RetroTag extends StatelessWidget {
label,
style: const TextStyle(
fontFamily: 'PressStart2P',
fontSize: 9,
fontSize: 11,
color: RetroColors.textLight,
),
),