|
2 | 2 | { |
3 | 3 | "name": "Bounce", |
4 | 4 | "tag": "BNCE", |
| 5 | + "description": "Shift glyphs up and down in the Y dimension, resulting in an uneven, bouncy baseline.", |
5 | 6 | "min": -100, |
6 | 7 | "max": 100, |
7 | 8 | "default": 0, |
|
10 | 11 | { |
11 | 12 | "name": "Casual", |
12 | 13 | "tag": "CASL", |
| 14 | + "description": "Adjust stroke curvature, contrast, and terminals from a sturdy, rational Linear style to a friendly, energetic Casual style.", |
13 | 15 | "min": 0, |
14 | 16 | "max": 1, |
15 | 17 | "default": 0, |
|
18 | 20 | { |
19 | 21 | "name": "On", |
20 | 22 | "tag": "CRSV", |
| 23 | + "description": "Control the substitution of cursive forms along the Slant axis. 'Off' (0) maintains Roman letterforms such as a double-storey a and g, 'Auto' (0.5) allows for Cursive substitution, and 'On' (1) asserts cursive forms even in upright text with a Slant of 0.", |
21 | 24 | "min": 0, |
22 | 25 | "max": 1, |
23 | 26 | "default": 0.5, |
|
26 | 29 | { |
27 | 30 | "name": "Edge Highlight", |
28 | 31 | "tag": "EHLT", |
| 32 | + "description": "Controls thickness of edge highlight details.", |
29 | 33 | "min": 0, |
30 | 34 | "max": 1000, |
31 | 35 | "default": 12, |
|
34 | 38 | { |
35 | 39 | "name": "Element Grid", |
36 | 40 | "tag": "ELGR", |
| 41 | + "description": "In modular fonts, where glyphs are composed using multiple copies of the same element, this axis controls how many elements are used per one grid unit.", |
37 | 42 | "min": 1, |
38 | 43 | "max": 2, |
39 | 44 | "default": 1, |
|
42 | 47 | { |
43 | 48 | "name": "Element Shape", |
44 | 49 | "tag": "ELSH", |
| 50 | + "description": "In modular fonts, where glyphs are composed using multiple copies of the same element, this axis controls the shape of the element", |
45 | 51 | "min": 0, |
46 | 52 | "max": 100, |
47 | 53 | "default": 0, |
|
50 | 56 | { |
51 | 57 | "name": "Extrusion Depth", |
52 | 58 | "tag": "EDPT", |
| 59 | + "description": "Controls the 3D depth on contours.", |
53 | 60 | "min": 0, |
54 | 61 | "max": 1000, |
55 | 62 | "default": 100, |
|
58 | 65 | { |
59 | 66 | "name": "Fill", |
60 | 67 | "tag": "FILL", |
| 68 | + "description": "Fill in transparent forms with opaque ones. Sometimes interior opaque forms become transparent, to maintain contrasting shapes. This can be useful in animation or interaction to convey a state transition. Ranges from 0 (no treatment) to 1 (completely filled).", |
61 | 69 | "min": 0, |
62 | 70 | "max": 1, |
63 | 71 | "default": 0, |
|
66 | 74 | { |
67 | 75 | "name": "Flare", |
68 | 76 | "tag": "FLAR", |
| 77 | + "description": "As the flare axis grows, the stem terminals go from straight (0%) to develop a swelling (100%).", |
69 | 78 | "min": 0, |
70 | 79 | "max": 100, |
71 | 80 | "default": 0, |
|
74 | 83 | { |
75 | 84 | "name": "Grade", |
76 | 85 | "tag": "GRAD", |
| 86 | + "description": "Finesse the style from lighter to bolder in typographic color, without any changes overall width, line breaks or page layout. Negative grade makes the style lighter, while positive grade makes it bolder. The units are the same as in the Weight axis.", |
77 | 87 | "min": -1000, |
78 | 88 | "max": 1000, |
79 | 89 | "default": 0, |
|
82 | 92 | { |
83 | 93 | "name": "Hyper Expansion", |
84 | 94 | "tag": "HEXP", |
| 95 | + "description": "Expansion of inner and outer space of glyphs.", |
85 | 96 | "min": 0, |
86 | 97 | "max": 100, |
87 | 98 | "default": 0, |
|
90 | 101 | { |
91 | 102 | "name": "Informality", |
92 | 103 | "tag": "INFM", |
| 104 | + "description": "Adjusts overall design from formal and traditional (0%) to informal and unconventional (up to 100%).", |
93 | 105 | "min": 0, |
94 | 106 | "max": 100, |
95 | 107 | "default": 0, |
|
98 | 110 | { |
99 | 111 | "name": "Italic", |
100 | 112 | "tag": "ital", |
| 113 | + "description": "Adjust the style from roman to italic. This can be provided as a continuous range within a single font file, like most axes, or as a toggle between two roman and italic files that form a family as a pair.", |
101 | 114 | "min": 0, |
102 | 115 | "max": 1, |
103 | 116 | "default": 0, |
|
106 | 119 | { |
107 | 120 | "name": "Monospace", |
108 | 121 | "tag": "MONO", |
| 122 | + "description": "Adjust the style from Proportional (natural widths, default) to Monospace (fixed width). With proportional spacing, each glyph takes up a unique amount of space on a line, while monospace is when all glyphs have the same total character width.", |
109 | 123 | "min": 0, |
110 | 124 | "max": 1, |
111 | 125 | "default": 0, |
|
114 | 128 | { |
115 | 129 | "name": "Morph", |
116 | 130 | "tag": "MORF", |
| 131 | + "description": "Letterforms morph: Changing in unconventional ways, that don't alter other attributes, like width or weight. The range from 0 to 60 can be understood as seconds.", |
117 | 132 | "min": 0, |
118 | 133 | "max": 60, |
119 | 134 | "default": 0, |
|
122 | 137 | { |
123 | 138 | "name": "Optical Size", |
124 | 139 | "tag": "opsz", |
| 140 | + "description": "Adapt the style to specific text sizes. At smaller sizes, letters typically become optimized for more legibility. At larger sizes, optimized for headlines, with more extreme weights and widths. In CSS this axis is activated automatically when it is available.", |
125 | 141 | "min": 5, |
126 | 142 | "max": 1200, |
127 | 143 | "default": 14, |
|
130 | 146 | { |
131 | 147 | "name": "Roundness", |
132 | 148 | "tag": "ROND", |
| 149 | + "description": "Adjust shapes from angular defaults (0%) to become increasingly rounded (up to 100%).", |
133 | 150 | "min": 0, |
134 | 151 | "max": 100, |
135 | 152 | "default": 0, |
|
138 | 155 | { |
139 | 156 | "name": "Sharpness", |
140 | 157 | "tag": "SHRP", |
| 158 | + "description": "Adjust shapes from angular or blunt default shapes (0%) to become increasingly sharped forms (up to 100%).", |
141 | 159 | "min": 0, |
142 | 160 | "max": 100, |
143 | 161 | "default": 0, |
|
146 | 164 | { |
147 | 165 | "name": "Slant", |
148 | 166 | "tag": "slnt", |
| 167 | + "description": "Adjust the style from upright to slanted, also known to typographers as an 'oblique' style. Rarely, slant can work in the other direction, called a 'backslanted' or 'reverse oblique' style.", |
149 | 168 | "min": -90, |
150 | 169 | "max": 90, |
151 | 170 | "default": 0, |
|
154 | 173 | { |
155 | 174 | "name": "Softness", |
156 | 175 | "tag": "SOFT", |
| 176 | + "description": "Adjust letterforms to become more and more soft and rounded.", |
157 | 177 | "min": 0, |
158 | 178 | "max": 100, |
159 | 179 | "default": 0, |
|
162 | 182 | { |
163 | 183 | "name": "Spacing", |
164 | 184 | "tag": "SPAC", |
| 185 | + "description": "Adjusts the overall letter spacing of a font. The range is a relative percentage change from the family’s default spacing, so the default value is 0.", |
165 | 186 | "min": -100, |
166 | 187 | "max": 100, |
167 | 188 | "default": 0, |
|
170 | 191 | { |
171 | 192 | "name": "Volume", |
172 | 193 | "tag": "VOLM", |
| 194 | + "description": "Expands and exaggerates details of a typeface to emphasize the personality. Understood in a percentage amount, it goes from a neutral state (0%) to a maximum level (100%).", |
173 | 195 | "min": 0, |
174 | 196 | "max": 100, |
175 | 197 | "default": 0, |
|
178 | 200 | { |
179 | 201 | "name": "Weight", |
180 | 202 | "tag": "wght", |
| 203 | + "description": "Adjust the style from lighter to bolder in typographic color, by varying stroke weights, spacing and kerning, and other aspects of the type. This typically changes overall width, and so may be used in conjunction with Width and Grade axes.", |
181 | 204 | "min": 1, |
182 | 205 | "max": 1000, |
183 | 206 | "default": 400, |
|
186 | 209 | { |
187 | 210 | "name": "Width", |
188 | 211 | "tag": "wdth", |
| 212 | + "description": "Adjust the style from narrower to wider, by varying the proportions of counters, strokes, spacing and kerning, and other aspects of the type. This typically changes the typographic color in a subtle way, and so may be used in conjunction with Weight and Grade axes.", |
189 | 213 | "min": 25, |
190 | 214 | "max": 200, |
191 | 215 | "default": 100, |
|
194 | 218 | { |
195 | 219 | "name": "Wonky", |
196 | 220 | "tag": "WONK", |
| 221 | + "description": "Toggle the substitution of wonky forms. 'Off' (0) maintains more conventional letterforms, while 'On' (1) maintains wonky letterforms, such as leaning stems in roman, or flagged ascenders in italic. These forms are also controlled by Optical Size.", |
197 | 222 | "min": 0, |
198 | 223 | "max": 1, |
199 | 224 | "default": 0, |
|
202 | 227 | { |
203 | 228 | "name": "Thick Stroke", |
204 | 229 | "tag": "XOPQ", |
| 230 | + "description": "A parametric axis for varying thick stroke weights, such as stems.", |
205 | 231 | "min": -1000, |
206 | 232 | "max": 2000, |
207 | 233 | "default": 88, |
|
210 | 236 | { |
211 | 237 | "name": "Rotation in X", |
212 | 238 | "tag": "XROT", |
| 239 | + "description": "Glyphs rotate left and right, negative values to the left and positive values to the right, in the X dimension.", |
213 | 240 | "min": -180, |
214 | 241 | "max": 180, |
215 | 242 | "default": 0, |
|
218 | 245 | { |
219 | 246 | "name": "Counter Width", |
220 | 247 | "tag": "XTRA", |
| 248 | + "description": "A parametric axis for varying counter widths in the X dimension.", |
221 | 249 | "min": -1000, |
222 | 250 | "max": 2000, |
223 | 251 | "default": 400, |
|
226 | 254 | { |
227 | 255 | "name": "X transparent figures", |
228 | 256 | "tag": "XTFI", |
| 257 | + "description": "Assigns a 'white' per mille value to each instance of the design space.", |
229 | 258 | "min": -1000, |
230 | 259 | "max": 2000, |
231 | 260 | "default": 400, |
|
234 | 263 | { |
235 | 264 | "name": "Thin Stroke", |
236 | 265 | "tag": "YOPQ", |
| 266 | + "description": "A parametric axis for varying thin stroke weights, such as bars and hairlines.", |
237 | 267 | "min": -1000, |
238 | 268 | "max": 2000, |
239 | 269 | "default": 116, |
|
242 | 272 | { |
243 | 273 | "name": "Rotation in Y", |
244 | 274 | "tag": "YROT", |
| 275 | + "description": "Glyphs rotate up and down, negative values tilt down and positive values tilt up, in the Y dimension.", |
245 | 276 | "min": -180, |
246 | 277 | "max": 180, |
247 | 278 | "default": 0, |
|
250 | 281 | { |
251 | 282 | "name": "Ascender Height", |
252 | 283 | "tag": "YTAS", |
| 284 | + "description": "A parametric axis for varying the height of lowercase ascenders.", |
253 | 285 | "min": 0, |
254 | 286 | "max": 1000, |
255 | 287 | "default": 750, |
|
258 | 290 | { |
259 | 291 | "name": "Descender Depth", |
260 | 292 | "tag": "YTDE", |
| 293 | + "description": "A parametric axis for varying the depth of lowercase descenders.", |
261 | 294 | "min": -1000, |
262 | 295 | "max": 0, |
263 | 296 | "default": -250, |
|
266 | 299 | { |
267 | 300 | "name": "Figure Height", |
268 | 301 | "tag": "YTFI", |
| 302 | + "description": "A parametric axis for varying the height of figures.", |
269 | 303 | "min": -1000, |
270 | 304 | "max": 2000, |
271 | 305 | "default": 600, |
|
274 | 308 | { |
275 | 309 | "name": "Lowercase Height", |
276 | 310 | "tag": "YTLC", |
| 311 | + "description": "A parametric axis for varying the height of the lowercase.", |
277 | 312 | "min": 0, |
278 | 313 | "max": 1000, |
279 | 314 | "default": 500, |
|
282 | 317 | { |
283 | 318 | "name": "Uppercase Height", |
284 | 319 | "tag": "YTUC", |
| 320 | + "description": "A parametric axis for varying the heights of uppercase letterforms.", |
285 | 321 | "min": 0, |
286 | 322 | "max": 1000, |
287 | 323 | "default": 725, |
|
290 | 326 | { |
291 | 327 | "name": "Year", |
292 | 328 | "tag": "YEAR", |
| 329 | + "description": "Axis that shows in a metaphoric way the effect of time on a chosen topic.", |
293 | 330 | "min": -4000, |
294 | 331 | "max": 4000, |
295 | 332 | "default": 2000, |
|
0 commit comments