Commit f6d4348
committed
🤖 fix: Update font paths in globals.css for new folder structure
Font paths were relative to src/styles/globals.css (../../node_modules).
After moving to src/browser/styles/globals.css, paths need to be ../../../node_modules.
This fixes fonts not loading in Storybook/Chromatic, which was causing 82 visual regression differences.1 parent ee63165 commit f6d4348
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments