You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Metadata for a brand, including the brand name and important links. See [Meta](#meta) for more information"
8
+
"description": "Metadata for a brand, including the brand name and important links. See [Meta](#meta) for more information."
9
9
},
10
10
{
11
11
"name": "logo",
12
-
"description": "Provide definitions and defaults for brand's logo in various formats and sizes. See [Logo](#logo) for more information"
12
+
"description": "Provide definitions and defaults for brand's logo in various formats and sizes. See [Logo](#logo) for more information."
13
13
},
14
14
{
15
15
"name": "color",
16
-
"description": "The brand's custom color palette and theme. See [Color](#color) for more information"
16
+
"description": "The brand's custom color palette and theme. See [Color](#color) for more information."
17
17
},
18
18
{
19
19
"name": "typography",
20
-
"description": "Typography definitions for the brand. See [Typography](#typography) for more information"
20
+
"description": "Typography definitions for the brand. See [Typography](#typography) for more information."
21
21
},
22
22
{
23
23
"name": "defaults",
@@ -45,7 +45,7 @@
45
45
"options": [
46
46
{
47
47
"name": "images",
48
-
"description": "A dictionary of named logo resources."
48
+
"description": ""
49
49
},
50
50
{
51
51
"name": "small",
@@ -125,31 +125,137 @@
125
125
"options": [
126
126
{
127
127
"name": "fonts",
128
-
"description": "Font files and definitions for the brand."
128
+
"description": "Font files and definitions for the brand. See [Font resource definitions](#font-resource-definitions) for more information."
129
129
},
130
130
{
131
131
"name": "base",
132
132
"description": "The base font settings for the brand. These are used as the default for all text.\n See [base](#base) for more information."
133
133
},
134
134
{
135
135
"name": "headings",
136
-
"description": "Settings for headings. See [headings](#headings) for more information."
136
+
"description": "Settings for headings\n See [headings](#headings) for more information."
137
137
},
138
138
{
139
139
"name": "monospace",
140
-
"description": "Settings for monospace text. See [monospace](#monospace) for more information."
140
+
"description": "Settings for monospace text\n 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 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 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
+
}
154
+
]
155
+
},
156
+
{
157
+
"name": "font-resource-definitions",
158
+
"title": "Font resource definitions",
159
+
"level": 3,
160
+
"options": []
161
+
},
162
+
{
163
+
"name": "brand-font-google",
164
+
"title": "google",
165
+
"level": 4,
166
+
"options": [
167
+
{
168
+
"name": "source",
169
+
"description": "`\"google\"`"
170
+
},
171
+
{
172
+
"name": "family",
173
+
"description": "The font family name, which must match the name of the font on the foundry website."
174
+
},
175
+
{
176
+
"name": "weight",
177
+
"description": "The font weights to include."
178
+
},
179
+
{
180
+
"name": "style",
181
+
"description": "The font styles to include."
182
+
},
183
+
{
184
+
"name": "display",
185
+
"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"
186
+
}
187
+
]
188
+
},
189
+
{
190
+
"name": "brand-font-bunny",
191
+
"title": "bunny",
192
+
"level": 4,
193
+
"options": [
194
+
{
195
+
"name": "source",
196
+
"description": "`\"bunny\"`"
197
+
},
198
+
{
199
+
"name": "family",
200
+
"description": "The font family name, which must match the name of the font on the foundry website."
201
+
},
202
+
{
203
+
"name": "weight",
204
+
"description": "The font weights to include."
205
+
},
206
+
{
207
+
"name": "style",
208
+
"description": "The font styles to include."
209
+
},
210
+
{
211
+
"name": "display",
212
+
"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"
213
+
}
214
+
]
215
+
},
216
+
{
217
+
"name": "brand-font-file",
218
+
"title": "file",
219
+
"level": 4,
220
+
"options": [
221
+
{
222
+
"name": "source",
223
+
"description": "`\"file\"`"
224
+
},
225
+
{
226
+
"name": "family",
227
+
"description": "The font family name."
228
+
},
229
+
{
230
+
"name": "files",
231
+
"description": "The font files to include. These can be local or online. Local file paths should be relative to the `brand.yml` file. Online paths should be complete URLs.\n"
232
+
}
233
+
]
234
+
},
235
+
{
236
+
"name": "brand-font-system",
237
+
"title": "system",
238
+
"level": 4,
239
+
"options": [
240
+
{
241
+
"name": "source",
242
+
"description": "`\"system\"`"
243
+
},
244
+
{
245
+
"name": "family",
246
+
"description": "The font family name, which must match the name of the font on the foundry website."
247
+
},
248
+
{
249
+
"name": "weight",
250
+
"description": "The font weights to include."
251
+
},
252
+
{
253
+
"name": "style",
254
+
"description": "The font styles to include."
255
+
},
256
+
{
257
+
"name": "display",
258
+
"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"
0 commit comments