mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
fix: increase base font-weight to 500 for Manrope readability
Manrope at weight 400 is thinner than Open Sans was, making small body text hard to read. Bumping to 500 matches Rivet.dev's usage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bf3df519e4
commit
0e4a44f1f3
2 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
|||
body {
|
||||
color: var(--text);
|
||||
font-family: 'Manrope', system-ui, sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
body {
|
||||
@apply bg-black text-white antialiased;
|
||||
font-family: 'Manrope', system-ui, sans-serif;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Text selection - matches rivet.dev */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue