Skip to content
Draft
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
9 changes: 9 additions & 0 deletions apps/code/src/renderer/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,15 @@
--quote-font-family: var(--font-sans);
--code-font-family: var(--font-mono);

/*
* Radix's defaults assume Times New Roman italic (smaller x-height) and
* scale Em / Quote up by 1.18× to compensate. Since we render them in
* Open Runde — same metrics as body text — that compensation makes
* italics conspicuously oversized. Disable the adjustment.
*/
--em-font-size-adjust: 1;
--quote-font-size-adjust: 1;

/* Font weights — Berkeley Mono provides 400/700, JetBrains Mono fills 300/500/600 */
--font-weight-light: 300;
--font-weight-regular: 400;
Expand Down
Loading