feat(editor): Add medium font weight variable to CLAUDE.md (no-changelog) (#22263)

This commit is contained in:
Svetoslav Dekov 2025-11-25 10:32:14 +02:00 committed by GitHub
parent 06c4e25653
commit 1424865fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,7 @@ application. These variables cover colors, spacing, typography, and borders.
--line-height--xl: 1.5
--font-weight--regular: 400
--font-weight--medium: 500;
--font-weight--bold: 600
--font-family: InterVariable, sans-serif
```