Skip to content

chore(ui): switch sans font from DM Sans to Inter - #160

Merged
RhysSullivan merged 2 commits into
UsefulSoftwareCo:mainfrom
mrzmyr:ui/inter-font
Apr 10, 2026
Merged

chore(ui): switch sans font from DM Sans to Inter#160
RhysSullivan merged 2 commits into
UsefulSoftwareCo:mainfrom
mrzmyr:ui/inter-font

Conversation

@mrzmyr

@mrzmyr mrzmyr commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Swaps the primary sans font from DM Sans to Inter.
  • DM Sans had rendering issues on external monitors; Inter is a more common choice and ships in the same variable-font format.

Changes

  • packages/react/src/styles/globals.css--font-sans token
  • apps/local/index.html — Google Fonts <link>
  • apps/cloud/src/routes/__root.tsx — Google Fonts <link> head entry
  • apps/desktop/src/main.ts — Electron loading page font

mrzmyr added 2 commits April 10, 2026 21:17
DM Sans did not render well on external monitors. Inter is the
more common choice for this kind of UI and is available in the same
variable-font format.

Updates the font in globals.css, the Google Fonts link in the local
and cloud app shells, and the Electron loading page.
@RhysSullivan
RhysSullivan merged commit d8e589f into UsefulSoftwareCo:main Apr 10, 2026
2 of 4 checks passed
RhysSullivan pushed a commit that referenced this pull request May 31, 2026
DM Sans did not render well on external monitors. Inter is the
more common choice for this kind of UI and is available in the same
variable-font format.

Updates the font in globals.css, the Google Fonts link in the local
and cloud app shells, and the Electron loading page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants