generate_css
Generate ready-to-use CSS @import snippet for a single font or a heading+body font pairing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | No | Font for single mode | |
| mode | Yes | single: one font CSS; pairing: heading+body CSS | |
| size | No | Base font size (e.g. "16px") | |
| weights | No | Font weights to include (e.g. ["400","700"]) | |
| body_font | No | Body font for pairing mode | |
| line_height | No | Line height (e.g. "1.5") | |
| heading_font | No | Heading font for pairing mode |