Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added example.txt
Empty file.
2 changes: 1 addition & 1 deletion packages/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" href="/src/assets/floci-black.svg" />
<link
href="https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Space+Mono:wght@400;700&family=JetBrains+Mono:wght@400;500&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Inconsistent Monospace Rendering

The updated font request stops loading Space Mono, but several CSS declarations still prioritize it over JetBrains Mono. Clients with Space Mono installed locally will use it, while other clients will fall back to JetBrains Mono, producing inconsistent code, log, and metadata typography. Please update those declarations or continue loading Space Mono.

rel="stylesheet"
/>
</head>
Expand Down
Loading