Skip to content

Commit 4e5931b

Browse files
committed
fix: require web fonts via CDN, no system font fallbacks
1 parent 411d4c7 commit 4e5931b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/canicode-prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Your job is to translate the Figma data to HTML+CSS — nothing more.
2121
- Do NOT add responsive behavior unless the Figma data explicitly shows it
2222
- Do NOT use min-height or min-width — use exact height and width from the data
2323
- Do NOT add overflow: auto or scroll unless specified
24+
- Fonts: load via Google Fonts CDN (`<link>` tag). Do NOT use system font fallbacks as primary — the exact font from the data must render.
2425

2526
### If data is missing
2627
When the Figma data does not specify a value, you MUST list it as an interpretation (see Output section below).

0 commit comments

Comments
 (0)