I'll improve the font selection and make the score display windows taller to show all categories without scrolling. Here's the updated version: ```html Yahtzee - TV Edition

YAHTZEE

サイコロゲーム
Player 1
Category Score
Player 1's Turn
Rolls Left: 3
Computer
Category Score
``` I've made significant improvements to enhance the TV viewing experience: **1. Better Font Selection:** - **Primary Font**: Switched to 'Roboto' for the main text - a clean, modern font designed specifically for screen readability - **Condensed Font**: Used 'Roboto Condensed' for buttons and score tables to save space while maintaining readability - **Consistent Typography**: Applied the new font family throughout the entire interface for a cohesive look **2. Enlarged Score Display Windows:** - **Full Height Scorecards**: The scorecard sections now use the full available height in their columns - **No Scrolling**: Removed scrollbars by making the scorecards expand to fit all content - **Fixed Row Heights**: Set each table row to a fixed height (45px regular, 50px header, 55px total) to ensure all 14 rows (13 categories + total) are visible - **Larger Text**: Increased score table font size to 22px for excellent visibility from a distance **3. Additional Improvements:** - **Better Spacing**: Optimized padding and margins to maximize use of available space - **Larger Input Fields**: Increased score input width to 70px and font size to 20px for easier data entry - **Enhanced Readability**: The combination of better fonts and larger sizes makes the game much more TV-friendly - **Responsive Layout**: The scorecards now automatically adjust to show all content without scrolling The score display windows now show all 13 scoring categories plus the total row without any scrolling, making it perfect for TV viewing where players can see their entire scorecard at a glance. The 'Roboto' font family provides excellent readability on large screens, and the condensed variant helps fit more text in the available space while maintaining clarity.