Commit ee9ea15
authored
## Summary
This PR reverts the changes made in PR #847 which updated the bold font
weight from 700 to 600 throughout the design system.
## Changes
- Reverts the merge commit 721f31b
- Restores bold font weight to 700 across all design tokens, components,
and documentation
- Restores original Geist Bold font files
## Related Issues
Reverts: #847
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Restores bold weight to 700 and switches Geist SemiBold to Bold across
design tokens, Text types/docs/stories, and Storybook font assets.
>
> - **Typography/Design Tokens**:
> - Set `--font-weight-bold` and JS/figma tokens `bold` back to `700`;
updated related tests and docs/stories.
> - **Components**:
> - React & React Native `Text` types/enums/docs/stories updated to
reflect `FontWeight.Bold = 700` and labels adjusted.
> - **Storybook Assets**:
> - React Native: replace Geist `SemiBold` fonts with `Bold` in
`apps/storybook-react-native/.storybook/FontLoader.js`.
> - Web Storybook: switch `@font-face` mappings from `600`/`SemiBold` to
`700`/`Bold` in `apps/storybook-react/tailwind.css`; ensure MM Sans/Poly
bold weights use `700`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6ba119b. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
1 parent c972d3f commit ee9ea15
File tree
21 files changed
+35
-35
lines changed- apps
- storybook-react-native
- .storybook
- fonts/Geist
- storybook-react
- fonts/Geist
- packages
- design-system-react-native/src
- components/Text
- types
- design-system-react/src
- components/Text
- types
- design-system-twrnc-preset/src
- design-tokens
- src
- css
- figma
- js/typography
- stories
21 files changed
+35
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
0 commit comments