@warmio/design 1.5.2 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/LICENSES/{inter-OFL-1.1.txt → source-serif-4-OFL-1.1.txt} +1 -1
  2. package/README.md +2 -2
  3. package/fonts/source-serif-4-cyrillic-ext-wght-italic.woff2 +0 -0
  4. package/fonts/source-serif-4-cyrillic-ext-wght-normal.woff2 +0 -0
  5. package/fonts/source-serif-4-cyrillic-wght-italic.woff2 +0 -0
  6. package/fonts/source-serif-4-cyrillic-wght-normal.woff2 +0 -0
  7. package/fonts/source-serif-4-greek-wght-italic.woff2 +0 -0
  8. package/fonts/source-serif-4-greek-wght-normal.woff2 +0 -0
  9. package/fonts/source-serif-4-latin-ext-wght-italic.woff2 +0 -0
  10. package/fonts/source-serif-4-latin-ext-wght-normal.woff2 +0 -0
  11. package/fonts/source-serif-4-latin-wght-italic.woff2 +0 -0
  12. package/fonts/source-serif-4-latin-wght-normal.woff2 +0 -0
  13. package/fonts/source-serif-4-vietnamese-wght-italic.woff2 +0 -0
  14. package/fonts/source-serif-4-vietnamese-wght-normal.woff2 +0 -0
  15. package/fonts.css +65 -195
  16. package/package.json +1 -1
  17. package/theme.css +2 -2
  18. package/LICENSES/geist-OFL-1.1.txt +0 -93
  19. package/fonts/geist-cyrillic-ext-wght-italic.woff2 +0 -0
  20. package/fonts/geist-cyrillic-ext-wght-normal.woff2 +0 -0
  21. package/fonts/geist-cyrillic-wght-italic.woff2 +0 -0
  22. package/fonts/geist-cyrillic-wght-normal.woff2 +0 -0
  23. package/fonts/geist-latin-ext-wght-italic.woff2 +0 -0
  24. package/fonts/geist-latin-ext-wght-normal.woff2 +0 -0
  25. package/fonts/geist-latin-wght-italic.woff2 +0 -0
  26. package/fonts/geist-latin-wght-normal.woff2 +0 -0
  27. package/fonts/geist-vietnamese-wght-italic.woff2 +0 -0
  28. package/fonts/geist-vietnamese-wght-normal.woff2 +0 -0
  29. package/fonts/inter-cyrillic-ext-wght-italic.woff2 +0 -0
  30. package/fonts/inter-cyrillic-ext-wght-normal.woff2 +0 -0
  31. package/fonts/inter-cyrillic-wght-italic.woff2 +0 -0
  32. package/fonts/inter-cyrillic-wght-normal.woff2 +0 -0
  33. package/fonts/inter-greek-ext-wght-italic.woff2 +0 -0
  34. package/fonts/inter-greek-ext-wght-normal.woff2 +0 -0
  35. package/fonts/inter-greek-wght-italic.woff2 +0 -0
  36. package/fonts/inter-greek-wght-normal.woff2 +0 -0
  37. package/fonts/inter-latin-ext-wght-italic.woff2 +0 -0
  38. package/fonts/inter-latin-ext-wght-normal.woff2 +0 -0
  39. package/fonts/inter-latin-wght-italic.woff2 +0 -0
  40. package/fonts/inter-latin-wght-normal.woff2 +0 -0
  41. package/fonts/inter-vietnamese-wght-italic.woff2 +0 -0
  42. package/fonts/inter-vietnamese-wght-normal.woff2 +0 -0
@@ -1,4 +1,4 @@
1
- Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter) Inter-Italic[opsz,wght].ttf: Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter)
1
+ Google Inc.
2
2
 
3
3
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
4
  This license is copied below, and is also available with a FAQ at:
package/README.md CHANGED
@@ -14,8 +14,8 @@ import { Button, ButtonLink } from '@warmio/design/button';
14
14
  import { Logo, WarmLogoIcon } from '@warmio/design/logo';
15
15
  ```
16
16
 
17
- The default product typefaces are Geist and Geist Mono. The `font-editorial`
18
- utility uses Inter and should be reserved for deliberate editorial accents.
17
+ The product typefaces are Geist Mono for default UI and Source Serif 4 for
18
+ headings (`h1`–`h6`). Do not add a third family.
19
19
 
20
20
  `--accent-solid` / `--accent-solid-text` are the chromatic accent for links,
21
21
  badges, and highlights. They derive from `--brand-accent-solid` in `themes.css`.
package/fonts.css CHANGED
@@ -1,121 +1,10 @@
1
1
  /*
2
2
  * Self-hosted variable fonts vendored from these exact OFL-1.1 releases:
3
- * @fontsource-variable/geist@5.2.9,
4
- * @fontsource-variable/geist-mono@5.2.8, and
5
- * @fontsource-variable/inter@5.2.8.
3
+ * @fontsource-variable/geist-mono@5.2.8 and
4
+ * @fontsource-variable/source-serif-4@5.3.0.
6
5
  */
7
6
 
8
- /* geist-cyrillic-ext-wght-normal */
9
- @font-face {
10
- font-family: 'Geist';
11
- font-style: normal;
12
- font-display: swap;
13
- font-weight: 100 900;
14
- src: url('./fonts/geist-cyrillic-ext-wght-normal.woff2') format('woff2');
15
- unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
16
- }
17
-
18
- /* geist-cyrillic-wght-normal */
19
- @font-face {
20
- font-family: 'Geist';
21
- font-style: normal;
22
- font-display: swap;
23
- font-weight: 100 900;
24
- src: url('./fonts/geist-cyrillic-wght-normal.woff2') format('woff2');
25
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
26
- }
27
-
28
- /* geist-vietnamese-wght-normal */
29
- @font-face {
30
- font-family: 'Geist';
31
- font-style: normal;
32
- font-display: swap;
33
- font-weight: 100 900;
34
- src: url('./fonts/geist-vietnamese-wght-normal.woff2') format('woff2');
35
- unicode-range:
36
- U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
37
- U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
38
- }
39
-
40
- /* geist-latin-ext-wght-normal */
41
- @font-face {
42
- font-family: 'Geist';
43
- font-style: normal;
44
- font-display: swap;
45
- font-weight: 100 900;
46
- src: url('./fonts/geist-latin-ext-wght-normal.woff2') format('woff2');
47
- unicode-range:
48
- U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
49
- U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
50
- U+A720-A7FF;
51
- }
52
-
53
- /* geist-latin-wght-normal */
54
- @font-face {
55
- font-family: 'Geist';
56
- font-style: normal;
57
- font-display: swap;
58
- font-weight: 100 900;
59
- src: url('./fonts/geist-latin-wght-normal.woff2') format('woff2');
60
- unicode-range:
61
- U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
62
- U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
63
- } /* geist-cyrillic-ext-wght-italic */
64
- @font-face {
65
- font-family: 'Geist';
66
- font-style: italic;
67
- font-display: swap;
68
- font-weight: 100 900;
69
- src: url('./fonts/geist-cyrillic-ext-wght-italic.woff2') format('woff2');
70
- unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
71
- }
72
-
73
- /* geist-cyrillic-wght-italic */
74
- @font-face {
75
- font-family: 'Geist';
76
- font-style: italic;
77
- font-display: swap;
78
- font-weight: 100 900;
79
- src: url('./fonts/geist-cyrillic-wght-italic.woff2') format('woff2');
80
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
81
- }
82
-
83
- /* geist-vietnamese-wght-italic */
84
- @font-face {
85
- font-family: 'Geist';
86
- font-style: italic;
87
- font-display: swap;
88
- font-weight: 100 900;
89
- src: url('./fonts/geist-vietnamese-wght-italic.woff2') format('woff2');
90
- unicode-range:
91
- U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
92
- U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
93
- }
94
-
95
- /* geist-latin-ext-wght-italic */
96
- @font-face {
97
- font-family: 'Geist';
98
- font-style: italic;
99
- font-display: swap;
100
- font-weight: 100 900;
101
- src: url('./fonts/geist-latin-ext-wght-italic.woff2') format('woff2');
102
- unicode-range:
103
- U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
104
- U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
105
- U+A720-A7FF;
106
- }
107
-
108
- /* geist-latin-wght-italic */
109
- @font-face {
110
- font-family: 'Geist';
111
- font-style: italic;
112
- font-display: swap;
113
- font-weight: 100 900;
114
- src: url('./fonts/geist-latin-wght-italic.woff2') format('woff2');
115
- unicode-range:
116
- U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
117
- U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
118
- } /* geist-mono-cyrillic-ext-wght-normal */
7
+ /* geist-mono-cyrillic-ext-wght-normal */
119
8
  @font-face {
120
9
  font-family: 'Geist Mono';
121
10
  font-style: normal;
@@ -180,7 +69,9 @@
180
69
  unicode-range:
181
70
  U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
182
71
  U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
183
- } /* geist-mono-cyrillic-ext-wght-italic */
72
+ }
73
+
74
+ /* geist-mono-cyrillic-ext-wght-italic */
184
75
  @font-face {
185
76
  font-family: 'Geist Mono';
186
77
  font-style: italic;
@@ -245,170 +136,149 @@
245
136
  unicode-range:
246
137
  U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
247
138
  U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
248
- } /* inter-cyrillic-ext-wght-normal */
249
- @font-face {
250
- font-family: 'Inter';
251
- font-style: normal;
252
- font-display: swap;
253
- font-weight: 100 900;
254
- src: url('./fonts/inter-cyrillic-ext-wght-normal.woff2') format('woff2');
255
- unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
256
139
  }
257
140
 
258
- /* inter-cyrillic-wght-normal */
141
+ /* source-serif-4-cyrillic-ext-wght-normal */
259
142
  @font-face {
260
- font-family: 'Inter';
143
+ font-family: 'Source Serif 4';
261
144
  font-style: normal;
262
145
  font-display: swap;
263
- font-weight: 100 900;
264
- src: url('./fonts/inter-cyrillic-wght-normal.woff2') format('woff2');
265
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
146
+ font-weight: 200 900;
147
+ src: url('./fonts/source-serif-4-cyrillic-ext-wght-normal.woff2') format('woff2');
148
+ unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
266
149
  }
267
150
 
268
- /* inter-greek-ext-wght-normal */
151
+ /* source-serif-4-cyrillic-wght-normal */
269
152
  @font-face {
270
- font-family: 'Inter';
153
+ font-family: 'Source Serif 4';
271
154
  font-style: normal;
272
155
  font-display: swap;
273
- font-weight: 100 900;
274
- src: url('./fonts/inter-greek-ext-wght-normal.woff2') format('woff2');
275
- unicode-range: U+1F00-1FFF;
156
+ font-weight: 200 900;
157
+ src: url('./fonts/source-serif-4-cyrillic-wght-normal.woff2') format('woff2');
158
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
276
159
  }
277
160
 
278
- /* inter-greek-wght-normal */
161
+ /* source-serif-4-greek-wght-normal */
279
162
  @font-face {
280
- font-family: 'Inter';
163
+ font-family: 'Source Serif 4';
281
164
  font-style: normal;
282
165
  font-display: swap;
283
- font-weight: 100 900;
284
- src: url('./fonts/inter-greek-wght-normal.woff2') format('woff2');
166
+ font-weight: 200 900;
167
+ src: url('./fonts/source-serif-4-greek-wght-normal.woff2') format('woff2');
285
168
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
286
169
  }
287
170
 
288
- /* inter-vietnamese-wght-normal */
171
+ /* source-serif-4-vietnamese-wght-normal */
289
172
  @font-face {
290
- font-family: 'Inter';
173
+ font-family: 'Source Serif 4';
291
174
  font-style: normal;
292
175
  font-display: swap;
293
- font-weight: 100 900;
294
- src: url('./fonts/inter-vietnamese-wght-normal.woff2') format('woff2');
176
+ font-weight: 200 900;
177
+ src: url('./fonts/source-serif-4-vietnamese-wght-normal.woff2') format('woff2');
295
178
  unicode-range:
296
179
  U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
297
180
  U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
298
181
  }
299
182
 
300
- /* inter-latin-ext-wght-normal */
183
+ /* source-serif-4-latin-ext-wght-normal */
301
184
  @font-face {
302
- font-family: 'Inter';
185
+ font-family: 'Source Serif 4';
303
186
  font-style: normal;
304
187
  font-display: swap;
305
- font-weight: 100 900;
306
- src: url('./fonts/inter-latin-ext-wght-normal.woff2') format('woff2');
188
+ font-weight: 200 900;
189
+ src: url('./fonts/source-serif-4-latin-ext-wght-normal.woff2') format('woff2');
307
190
  unicode-range:
308
191
  U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
309
192
  U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
310
193
  U+A720-A7FF;
311
194
  }
312
195
 
313
- /* inter-latin-wght-normal */
196
+ /* source-serif-4-latin-wght-normal */
314
197
  @font-face {
315
- font-family: 'Inter';
198
+ font-family: 'Source Serif 4';
316
199
  font-style: normal;
317
200
  font-display: swap;
318
- font-weight: 100 900;
319
- src: url('./fonts/inter-latin-wght-normal.woff2') format('woff2');
201
+ font-weight: 200 900;
202
+ src: url('./fonts/source-serif-4-latin-wght-normal.woff2') format('woff2');
320
203
  unicode-range:
321
204
  U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
322
205
  U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
323
- } /* inter-cyrillic-ext-wght-italic */
324
- @font-face {
325
- font-family: 'Inter';
326
- font-style: italic;
327
- font-display: swap;
328
- font-weight: 100 900;
329
- src: url('./fonts/inter-cyrillic-ext-wght-italic.woff2') format('woff2');
330
- unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
331
206
  }
332
207
 
333
- /* inter-cyrillic-wght-italic */
208
+ /* source-serif-4-cyrillic-ext-wght-italic */
334
209
  @font-face {
335
- font-family: 'Inter';
210
+ font-family: 'Source Serif 4';
336
211
  font-style: italic;
337
212
  font-display: swap;
338
- font-weight: 100 900;
339
- src: url('./fonts/inter-cyrillic-wght-italic.woff2') format('woff2');
340
- unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
213
+ font-weight: 200 900;
214
+ src: url('./fonts/source-serif-4-cyrillic-ext-wght-italic.woff2') format('woff2');
215
+ unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
341
216
  }
342
217
 
343
- /* inter-greek-ext-wght-italic */
218
+ /* source-serif-4-cyrillic-wght-italic */
344
219
  @font-face {
345
- font-family: 'Inter';
220
+ font-family: 'Source Serif 4';
346
221
  font-style: italic;
347
222
  font-display: swap;
348
- font-weight: 100 900;
349
- src: url('./fonts/inter-greek-ext-wght-italic.woff2') format('woff2');
350
- unicode-range: U+1F00-1FFF;
223
+ font-weight: 200 900;
224
+ src: url('./fonts/source-serif-4-cyrillic-wght-italic.woff2') format('woff2');
225
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
351
226
  }
352
227
 
353
- /* inter-greek-wght-italic */
228
+ /* source-serif-4-greek-wght-italic */
354
229
  @font-face {
355
- font-family: 'Inter';
230
+ font-family: 'Source Serif 4';
356
231
  font-style: italic;
357
232
  font-display: swap;
358
- font-weight: 100 900;
359
- src: url('./fonts/inter-greek-wght-italic.woff2') format('woff2');
233
+ font-weight: 200 900;
234
+ src: url('./fonts/source-serif-4-greek-wght-italic.woff2') format('woff2');
360
235
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
361
236
  }
362
237
 
363
- /* inter-vietnamese-wght-italic */
238
+ /* source-serif-4-vietnamese-wght-italic */
364
239
  @font-face {
365
- font-family: 'Inter';
240
+ font-family: 'Source Serif 4';
366
241
  font-style: italic;
367
242
  font-display: swap;
368
- font-weight: 100 900;
369
- src: url('./fonts/inter-vietnamese-wght-italic.woff2') format('woff2');
243
+ font-weight: 200 900;
244
+ src: url('./fonts/source-serif-4-vietnamese-wght-italic.woff2') format('woff2');
370
245
  unicode-range:
371
246
  U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301,
372
247
  U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
373
248
  }
374
249
 
375
- /* inter-latin-ext-wght-italic */
250
+ /* source-serif-4-latin-ext-wght-italic */
376
251
  @font-face {
377
- font-family: 'Inter';
252
+ font-family: 'Source Serif 4';
378
253
  font-style: italic;
379
254
  font-display: swap;
380
- font-weight: 100 900;
381
- src: url('./fonts/inter-latin-ext-wght-italic.woff2') format('woff2');
255
+ font-weight: 200 900;
256
+ src: url('./fonts/source-serif-4-latin-ext-wght-italic.woff2') format('woff2');
382
257
  unicode-range:
383
258
  U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
384
259
  U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
385
260
  U+A720-A7FF;
386
261
  }
387
262
 
388
- /* inter-latin-wght-italic */
263
+ /* source-serif-4-latin-wght-italic */
389
264
  @font-face {
390
- font-family: 'Inter';
265
+ font-family: 'Source Serif 4';
391
266
  font-style: italic;
392
267
  font-display: swap;
393
- font-weight: 100 900;
394
- src: url('./fonts/inter-latin-wght-italic.woff2') format('woff2');
268
+ font-weight: 200 900;
269
+ src: url('./fonts/source-serif-4-latin-wght-italic.woff2') format('woff2');
395
270
  unicode-range:
396
271
  U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
397
272
  U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
398
273
  }
399
274
 
400
275
  :root {
401
- --font-geist: 'Geist', ui-sans-serif, system-ui, sans-serif;
402
- --font-heading: var(--font-geist);
403
- --font-sans: var(--font-geist);
404
- --font-serif: var(--font-geist);
405
- --font-display: var(--font-geist);
406
276
  --font-mono: 'Geist Mono', ui-monospace, monospace;
407
- --font-editorial-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
408
- --font-marketing-sans: var(--font-editorial-sans);
409
- }
410
-
411
- /* The only shared Inter entry point. Product use is checked against an allowlist. */
412
- @utility font-editorial {
413
- font-family: var(--font-editorial-sans);
277
+ --font-sans: var(--font-mono);
278
+ --font-geist: var(--font-mono);
279
+ --font-display: var(--font-mono);
280
+ --font-editorial-sans: var(--font-mono);
281
+ --font-marketing-sans: var(--font-mono);
282
+ --font-serif: 'Source Serif 4', ui-serif, Georgia, 'Times New Roman', serif;
283
+ --font-heading: var(--font-serif);
414
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmio/design",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "description": "Warm's public design contract: CSS tokens and Button/Logo primitives.",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/theme.css CHANGED
@@ -194,8 +194,8 @@
194
194
  NON-COLOR TOKENS (shared across all themes)
195
195
  ══════════════════════════════════════════════════════════════════════════ */
196
196
 
197
- /* Typography — CSS variables (--font-sans, --font-serif, --font-mono, --font-display)
198
- are defined in the shared font styles and consumed across the app runtime. */
197
+ /* Typography — two families in fonts.css: Geist Mono default, Source Serif 4 headings.
198
+ Role aliases (--font-sans, --font-display, --font-editorial-sans) resolve to those two. */
199
199
  --tracking-normal: 0em;
200
200
 
201
201
  /* Spacing Scale */
@@ -1,93 +0,0 @@
1
- Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font) Geist-Italic[wght].ttf: Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font)
2
-
3
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
- This license is copied below, and is also available with a FAQ at:
5
- http://scripts.sil.org/OFL
6
-
7
-
8
- -----------------------------------------------------------
9
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
- -----------------------------------------------------------
11
-
12
- PREAMBLE
13
- The goals of the Open Font License (OFL) are to stimulate worldwide
14
- development of collaborative font projects, to support the font creation
15
- efforts of academic and linguistic communities, and to provide a free and
16
- open framework in which fonts may be shared and improved in partnership
17
- with others.
18
-
19
- The OFL allows the licensed fonts to be used, studied, modified and
20
- redistributed freely as long as they are not sold by themselves. The
21
- fonts, including any derivative works, can be bundled, embedded,
22
- redistributed and/or sold with any software provided that any reserved
23
- names are not used by derivative works. The fonts and derivatives,
24
- however, cannot be released under any other type of license. The
25
- requirement for fonts to remain under this license does not apply
26
- to any document created using the fonts or their derivatives.
27
-
28
- DEFINITIONS
29
- "Font Software" refers to the set of files released by the Copyright
30
- Holder(s) under this license and clearly marked as such. This may
31
- include source files, build scripts and documentation.
32
-
33
- "Reserved Font Name" refers to any names specified as such after the
34
- copyright statement(s).
35
-
36
- "Original Version" refers to the collection of Font Software components as
37
- distributed by the Copyright Holder(s).
38
-
39
- "Modified Version" refers to any derivative made by adding to, deleting,
40
- or substituting -- in part or in whole -- any of the components of the
41
- Original Version, by changing formats or by porting the Font Software to a
42
- new environment.
43
-
44
- "Author" refers to any designer, engineer, programmer, technical
45
- writer or other person who contributed to the Font Software.
46
-
47
- PERMISSION & CONDITIONS
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
- redistribute, and sell modified and unmodified copies of the Font
51
- Software, subject to the following conditions:
52
-
53
- 1) Neither the Font Software nor any of its individual components,
54
- in Original or Modified Versions, may be sold by itself.
55
-
56
- 2) Original or Modified Versions of the Font Software may be bundled,
57
- redistributed and/or sold with any software, provided that each copy
58
- contains the above copyright notice and this license. These can be
59
- included either as stand-alone text files, human-readable headers or
60
- in the appropriate machine-readable metadata fields within text or
61
- binary files as long as those fields can be easily viewed by the user.
62
-
63
- 3) No Modified Version of the Font Software may use the Reserved Font
64
- Name(s) unless explicit written permission is granted by the corresponding
65
- Copyright Holder. This restriction only applies to the primary font name as
66
- presented to the users.
67
-
68
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
- Software shall not be used to promote, endorse or advertise any
70
- Modified Version, except to acknowledge the contribution(s) of the
71
- Copyright Holder(s) and the Author(s) or with their explicit written
72
- permission.
73
-
74
- 5) The Font Software, modified or unmodified, in part or in whole,
75
- must be distributed entirely under this license, and must not be
76
- distributed under any other license. The requirement for fonts to
77
- remain under this license does not apply to any document created
78
- using the Font Software.
79
-
80
- TERMINATION
81
- This license becomes null and void if any of the above conditions are
82
- not met.
83
-
84
- DISCLAIMER
85
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
- OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file