fix(web): font stack includes non-spec fonts (Inter, Roboto) #66

Closed
opened 2026-02-13 19:00:15 +00:00 by forbes · 0 comments
Owner

Ref: docs/STYLE.md § Typography / Font Stack

web/src/styles/global.css line 12 defines:

font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

The style guide specifies:

font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

Remove Inter and Roboto, add system-ui. No external font dependencies — system fonts only.

File: web/src/styles/global.css

**Ref:** `docs/STYLE.md` § Typography / Font Stack `web/src/styles/global.css` line 12 defines: ```css font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; ``` The style guide specifies: ```css font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; ``` Remove `Inter` and `Roboto`, add `system-ui`. No external font dependencies — system fonts only. **File:** `web/src/styles/global.css`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#66