|
45 | 45 | "options": [ |
46 | 46 | { |
47 | 47 | "name": "images", |
48 | | - "description": "" |
| 48 | + "description": "A dictionary of named logo resources." |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "name": "small", |
|
133 | 133 | }, |
134 | 134 | { |
135 | 135 | "name": "headings", |
136 | | - "description": "Settings for headings\n See [headings](#headings) for more information." |
| 136 | + "description": "Settings for headings, or a string specifying the font family only. See [headings](#headings) for more information." |
137 | 137 | }, |
138 | 138 | { |
139 | 139 | "name": "monospace", |
140 | | - "description": "Settings for monospace text\n See [monospace](#monospace) for more information." |
| 140 | + "description": "Settings for monospace text, or a string specifying the font family only. See [monospace](#monospace) for more information." |
141 | 141 | }, |
142 | 142 | { |
143 | 143 | "name": "monospace-inline", |
144 | | - "description": "Settings for inline code See [monospace-inline](#monospace-inline) for more information." |
| 144 | + "description": "Settings for inline code, or a string specifying the font family only. See [monospace-inline](#monospace-inline) for more information." |
145 | 145 | }, |
146 | 146 | { |
147 | 147 | "name": "monospace-block", |
148 | | - "description": "Settings for code blocks See [monospace-block](#monospace-block) for more information." |
| 148 | + "description": "Settings for code blocks, or a string specifying the font family only. See [monospace-block](#monospace-block) for more information." |
149 | 149 | }, |
150 | 150 | { |
151 | 151 | "name": "link", |
152 | | - "description": "Settings for links See [link](#link) for more information." |
| 152 | + "description": "Settings for links. See [link](#link) for more information." |
153 | 153 | } |
154 | 154 | ] |
155 | 155 | }, |
|
259 | 259 | } |
260 | 260 | ] |
261 | 261 | }, |
| 262 | + { |
| 263 | + "name": "brand-font-common", |
| 264 | + "title": "common", |
| 265 | + "level": 4, |
| 266 | + "options": [ |
| 267 | + { |
| 268 | + "name": "family", |
| 269 | + "description": "The font family name, which must match the name of the font on the foundry website." |
| 270 | + }, |
| 271 | + { |
| 272 | + "name": "weight", |
| 273 | + "description": "The font weights to include." |
| 274 | + }, |
| 275 | + { |
| 276 | + "name": "style", |
| 277 | + "description": "The font styles to include." |
| 278 | + }, |
| 279 | + { |
| 280 | + "name": "display", |
| 281 | + "description": "The font display method, determines how a font face is font face is shown depending on its download status and readiness for use.\n" |
| 282 | + } |
| 283 | + ] |
| 284 | + }, |
262 | 285 | { |
263 | 286 | "name": "brand-typography-options-base", |
264 | 287 | "title": "base", |
|
276 | 299 | "name": "weight", |
277 | 300 | "description": "The font weight." |
278 | 301 | }, |
279 | | - { |
280 | | - "name": "color", |
281 | | - "description": "The text color." |
282 | | - }, |
283 | 302 | { |
284 | 303 | "name": "line-height", |
285 | 304 | "description": "The distance between lines of text." |
|
0 commit comments