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

@@ -81,7 +81,7 @@ class GameClearDialog extends StatelessWidget {
l10n.hofVictory.toUpperCase(),
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 12,
fontSize: 11,
color: goldColor,
),
),
@@ -99,7 +99,7 @@ class GameClearDialog extends StatelessWidget {
l10n.hofDefeatedGlitchGod,
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 7,
fontSize: 11,
color: RetroColors.textPrimaryOf(context),
),
textAlign: TextAlign.center,
@@ -112,7 +112,7 @@ class GameClearDialog extends StatelessWidget {
entry.characterName,
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 10,
fontSize: 11,
color: goldColor,
),
),
@@ -122,7 +122,7 @@ class GameClearDialog extends StatelessWidget {
'${GameDataL10n.getKlassName(context, entry.klass)}',
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 6,
fontSize: 11,
color: RetroColors.textSecondaryOf(context),
),
),
@@ -156,7 +156,7 @@ class GameClearDialog extends StatelessWidget {
l10n.hofLegendEnshrined,
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 6,
fontSize: 11,
fontStyle: FontStyle.italic,
color: goldColor,
),
@@ -184,7 +184,7 @@ class GameClearDialog extends StatelessWidget {
l10n.hofViewHallOfFame.toUpperCase(),
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 6,
fontSize: 11,
color: RetroColors.textSecondaryOf(context),
),
),
@@ -205,7 +205,7 @@ class GameClearDialog extends StatelessWidget {
l10n.hofNewGame.toUpperCase(),
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 6,
fontSize: 11,
color: RetroColors.backgroundOf(context),
),
),
@@ -235,7 +235,7 @@ class GameClearDialog extends StatelessWidget {
value,
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 8,
fontSize: 11,
color: goldColor,
),
),
@@ -244,7 +244,7 @@ class GameClearDialog extends StatelessWidget {
label,
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 5,
fontSize: 11,
color: RetroColors.textMutedOf(context),
),
),