feat: switch website and inspector fonts to Manrope to match Rivet.dev

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nicholas Kissel 2026-03-09 17:20:47 -07:00
parent bf282199b5
commit bf3df519e4
4 changed files with 7 additions and 11 deletions

View file

@ -35,7 +35,7 @@
body {
@apply bg-black text-white antialiased;
font-family: 'Open Sans', system-ui, sans-serif;
font-family: 'Manrope', system-ui, sans-serif;
}
/* Text selection - matches rivet.dev */