feat(client): bold HUD/world font for readability #78
No reviewers
Labels
No labels
alpha:wave-0
alpha:wave-1
alpha:wave-2
alpha:wave-3
area:assets
area:combat
area:ecology
area:infra
area:render
area:scripting
area:ui
area:world
enhancement
epic
migration
post-alpha
roadmap
tech-debt
type:bug
type:chore
type:design
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
marco/IsoMmo!78
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/bold-font"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The regular Roboto read too thin over the busy isometric scene (overhead names, power words, floating combat numbers). Swap the bundled font to Roboto-Bold (Apache-2.0, same family) — the client loads it as the single HUD font, so all text gets the heavier weight.
fonts/Roboto-Regular.ttf→fonts/Roboto-Bold.ttf(unused regular removed)IsoGameloadsRoboto-Bold.ttf; NOTICE updatedNo protocol/logic change — pairs with the power-word tell in #77.
Definition of Done
Roboto-Bold.ttfships in the client output; no Regular left behind.