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

@@ -433,7 +433,7 @@ class _MobileCarouselLayoutState extends State<MobileCarouselLayout> {
'OPTIONS',
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 12,
fontSize: 15,
color: gold,
),
),
@@ -581,7 +581,7 @@ class _MobileCarouselLayoutState extends State<MobileCarouselLayout> {
subtitle: Text(
l10n.menuDeleteSave,
style: TextStyle(
fontSize: 12,
fontSize: 17,
color: Theme.of(context).colorScheme.outline,
),
),
@@ -613,7 +613,7 @@ class _MobileCarouselLayoutState extends State<MobileCarouselLayout> {
'DEBUG CHEATS',
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 8,
fontSize: 13,
color: Colors.red.shade300,
),
),
@@ -659,7 +659,7 @@ class _MobileCarouselLayoutState extends State<MobileCarouselLayout> {
'DEBUG TOOLS',
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 8,
fontSize: 13,
color: Colors.orange.shade300,
),
),
@@ -698,7 +698,7 @@ class _MobileCarouselLayoutState extends State<MobileCarouselLayout> {
L10n.of(context).progressQuestTitle(state.traits.name),
style: TextStyle(
fontFamily: 'PressStart2P',
fontSize: 10,
fontSize: 14,
color: gold,
),
),