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

@@ -145,7 +145,7 @@ class _HeroVsBossAnimationState extends State<HeroVsBossAnimation> {
text: char,
style: TextStyle(
fontFamily: 'JetBrainsMono',
fontSize: 10,
fontSize: 15,
height: 1.1,
color: color,
letterSpacing: 0,
@@ -199,7 +199,7 @@ class _HeroVsBossAnimationState extends State<HeroVsBossAnimation> {
'$raceName',
style: TextStyle(
fontFamily: 'JetBrainsMono',
fontSize: 9,
fontSize: 15,
color: Colors.cyan.withValues(alpha: 0.7),
),
),