We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d4c7 commit 4e5931bCopy full SHA for 4e5931b
1 file changed
.github/canicode-prompt.md
@@ -21,6 +21,7 @@ Your job is to translate the Figma data to HTML+CSS — nothing more.
21
- Do NOT add responsive behavior unless the Figma data explicitly shows it
22
- Do NOT use min-height or min-width — use exact height and width from the data
23
- 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.
25
26
### If data is missing
27
When the Figma data does not specify a value, you MUST list it as an interpretation (see Output section below).
0 commit comments