anthropic-fonts 1.1.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.
- package/CHANGELOG.md +83 -0
- package/LICENSE +21 -0
- package/README.md +682 -0
- package/cdn/v1/css/advanced.css +37 -0
- package/cdn/v1/css/all-ie.css +108 -0
- package/cdn/v1/css/all.css +125 -0
- package/cdn/v1/css/all.min.css +18 -0
- package/cdn/v1/css/anthropicmono.css +13 -0
- package/cdn/v1/css/anthropicsans.css +61 -0
- package/cdn/v1/css/anthropicserif.css +61 -0
- package/cdn/v1/data.json +150 -0
- package/cdn/v1/fonts/AnthropicMono@400.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@300.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@400.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@500.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@600.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@700.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@800.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSans@900.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@300.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@400.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@500.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@600.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@700.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@800.woff2 +0 -0
- package/cdn/v1/fonts/AnthropicSerif@900.woff2 +0 -0
- package/docs/API.md +477 -0
- package/docs/DEPLOYMENT.md +622 -0
- package/docs/PERFORMANCE.md +545 -0
- package/docs/USAGE.md +682 -0
- package/index.js +149 -0
- package/package.json +61 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/* Anthropic Fonts - IE Fallback */
|
|
2
|
+
/* Add WOFF format support for older browsers */
|
|
3
|
+
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: 'Anthropic Sans';
|
|
6
|
+
src: url('/v1/fonts/AnthropicSans@300.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@300.woff') format('woff');
|
|
7
|
+
font-weight: 300;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'Anthropic Sans';
|
|
13
|
+
src: url('/v1/fonts/AnthropicSans@400.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@400.woff') format('woff');
|
|
14
|
+
font-weight: 400;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: 'Anthropic Sans';
|
|
20
|
+
src: url('/v1/fonts/AnthropicSans@500.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@500.woff') format('woff');
|
|
21
|
+
font-weight: 500;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'Anthropic Sans';
|
|
27
|
+
src: url('/v1/fonts/AnthropicSans@600.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@600.woff') format('woff');
|
|
28
|
+
font-weight: 600;
|
|
29
|
+
font-style: normal;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Anthropic Sans';
|
|
34
|
+
src: url('/v1/fonts/AnthropicSans@700.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@700.woff') format('woff');
|
|
35
|
+
font-weight: 700;
|
|
36
|
+
font-style: normal;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@font-face {
|
|
40
|
+
font-family: 'Anthropic Sans';
|
|
41
|
+
src: url('/v1/fonts/AnthropicSans@800.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@800.woff') format('woff');
|
|
42
|
+
font-weight: 800;
|
|
43
|
+
font-style: normal;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Anthropic Sans';
|
|
48
|
+
src: url('/v1/fonts/AnthropicSans@900.woff2') format('woff2'), url('/v1/fonts/AnthropicSans@900.woff') format('woff');
|
|
49
|
+
font-weight: 900;
|
|
50
|
+
font-style: normal;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@font-face {
|
|
54
|
+
font-family: 'Anthropic Serif';
|
|
55
|
+
src: url('/v1/fonts/AnthropicSerif@300.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@300.woff') format('woff');
|
|
56
|
+
font-weight: 300;
|
|
57
|
+
font-style: normal;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@font-face {
|
|
61
|
+
font-family: 'Anthropic Serif';
|
|
62
|
+
src: url('/v1/fonts/AnthropicSerif@400.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@400.woff') format('woff');
|
|
63
|
+
font-weight: 400;
|
|
64
|
+
font-style: normal;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: 'Anthropic Serif';
|
|
69
|
+
src: url('/v1/fonts/AnthropicSerif@500.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@500.woff') format('woff');
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
font-style: normal;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'Anthropic Serif';
|
|
76
|
+
src: url('/v1/fonts/AnthropicSerif@600.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@600.woff') format('woff');
|
|
77
|
+
font-weight: 600;
|
|
78
|
+
font-style: normal;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@font-face {
|
|
82
|
+
font-family: 'Anthropic Serif';
|
|
83
|
+
src: url('/v1/fonts/AnthropicSerif@700.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@700.woff') format('woff');
|
|
84
|
+
font-weight: 700;
|
|
85
|
+
font-style: normal;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
@font-face {
|
|
89
|
+
font-family: 'Anthropic Serif';
|
|
90
|
+
src: url('/v1/fonts/AnthropicSerif@800.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@800.woff') format('woff');
|
|
91
|
+
font-weight: 800;
|
|
92
|
+
font-style: normal;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@font-face {
|
|
96
|
+
font-family: 'Anthropic Serif';
|
|
97
|
+
src: url('/v1/fonts/AnthropicSerif@900.woff2') format('woff2'), url('/v1/fonts/AnthropicSerif@900.woff') format('woff');
|
|
98
|
+
font-weight: 900;
|
|
99
|
+
font-style: normal;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
@font-face {
|
|
103
|
+
font-family: 'Anthropic Mono';
|
|
104
|
+
src: url('/v1/fonts/AnthropicMono@400.woff2') format('woff2'), url('/v1/fonts/AnthropicMono@400.woff') format('woff');
|
|
105
|
+
font-weight: 400;
|
|
106
|
+
font-style: normal;
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/* Anthropic Fonts - All Fonts Combined */
|
|
2
|
+
/* Generated: 2026-04-02T14:52:43.571Z */
|
|
3
|
+
/* https://github.com/your-repo/anthropic-fonts */
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Anthropic Sans';
|
|
8
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@300.woff2') format('woff2');
|
|
9
|
+
font-weight: 300;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-display: swap;
|
|
12
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Anthropic Sans';
|
|
16
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@400.woff2') format('woff2');
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-display: swap;
|
|
20
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
21
|
+
}
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Anthropic Sans';
|
|
24
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@500.woff2') format('woff2');
|
|
25
|
+
font-weight: 500;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Anthropic Sans';
|
|
32
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@600.woff2') format('woff2');
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Anthropic Sans';
|
|
40
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@700.woff2') format('woff2');
|
|
41
|
+
font-weight: 700;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Anthropic Sans';
|
|
48
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@800.woff2') format('woff2');
|
|
49
|
+
font-weight: 800;
|
|
50
|
+
font-style: normal;
|
|
51
|
+
font-display: swap;
|
|
52
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
53
|
+
}
|
|
54
|
+
@font-face {
|
|
55
|
+
font-family: 'Anthropic Sans';
|
|
56
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@900.woff2') format('woff2');
|
|
57
|
+
font-weight: 900;
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
61
|
+
}
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: 'Anthropic Serif';
|
|
64
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@300.woff2') format('woff2');
|
|
65
|
+
font-weight: 300;
|
|
66
|
+
font-style: normal;
|
|
67
|
+
font-display: swap;
|
|
68
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
69
|
+
}
|
|
70
|
+
@font-face {
|
|
71
|
+
font-family: 'Anthropic Serif';
|
|
72
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@400.woff2') format('woff2');
|
|
73
|
+
font-weight: 400;
|
|
74
|
+
font-style: normal;
|
|
75
|
+
font-display: swap;
|
|
76
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
77
|
+
}
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'Anthropic Serif';
|
|
80
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@500.woff2') format('woff2');
|
|
81
|
+
font-weight: 500;
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
85
|
+
}
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: 'Anthropic Serif';
|
|
88
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@600.woff2') format('woff2');
|
|
89
|
+
font-weight: 600;
|
|
90
|
+
font-style: normal;
|
|
91
|
+
font-display: swap;
|
|
92
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
93
|
+
}
|
|
94
|
+
@font-face {
|
|
95
|
+
font-family: 'Anthropic Serif';
|
|
96
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@700.woff2') format('woff2');
|
|
97
|
+
font-weight: 700;
|
|
98
|
+
font-style: normal;
|
|
99
|
+
font-display: swap;
|
|
100
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
101
|
+
}
|
|
102
|
+
@font-face {
|
|
103
|
+
font-family: 'Anthropic Serif';
|
|
104
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@800.woff2') format('woff2');
|
|
105
|
+
font-weight: 800;
|
|
106
|
+
font-style: normal;
|
|
107
|
+
font-display: swap;
|
|
108
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
109
|
+
}
|
|
110
|
+
@font-face {
|
|
111
|
+
font-family: 'Anthropic Serif';
|
|
112
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@900.woff2') format('woff2');
|
|
113
|
+
font-weight: 900;
|
|
114
|
+
font-style: normal;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
117
|
+
}
|
|
118
|
+
@font-face {
|
|
119
|
+
font-family: 'Anthropic Mono';
|
|
120
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicMono@400.woff2') format('woff2');
|
|
121
|
+
font-weight: 400;
|
|
122
|
+
font-style: normal;
|
|
123
|
+
font-display: swap;
|
|
124
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
125
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* Anthropic Fonts - Minimal CSS */
|
|
2
|
+
/* Use this for better performance in production */
|
|
3
|
+
|
|
4
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@300.woff2')format('woff2');font-weight:300;font-style:normal;font-display:swap}
|
|
5
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@400.woff2')format('woff2');font-weight:400;font-style:normal;font-display:swap}
|
|
6
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@500.woff2')format('woff2');font-weight:500;font-style:normal;font-display:swap}
|
|
7
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@600.woff2')format('woff2');font-weight:600;font-style:normal;font-display:swap}
|
|
8
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@700.woff2')format('woff2');font-weight:700;font-style:normal;font-display:swap}
|
|
9
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@800.woff2')format('woff2');font-weight:800;font-style:normal;font-display:swap}
|
|
10
|
+
@font-face{font-family:'Anthropic Sans';src:url('/v1/fonts/AnthropicSans@900.woff2')format('woff2');font-weight:900;font-style:normal;font-display:swap}
|
|
11
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@300.woff2')format('woff2');font-weight:300;font-style:normal;font-display:swap}
|
|
12
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@400.woff2')format('woff2');font-weight:400;font-style:normal;font-display:swap}
|
|
13
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@500.woff2')format('woff2');font-weight:500;font-style:normal;font-display:swap}
|
|
14
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@600.woff2')format('woff2');font-weight:600;font-style:normal;font-display:swap}
|
|
15
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@700.woff2')format('woff2');font-weight:700;font-style:normal;font-display:swap}
|
|
16
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@800.woff2')format('woff2');font-weight:800;font-style:normal;font-display:swap}
|
|
17
|
+
@font-face{font-family:'Anthropic Serif';src:url('/v1/fonts/AnthropicSerif@900.woff2')format('woff2');font-weight:900;font-style:normal;font-display:swap}
|
|
18
|
+
@font-face{font-family:'Anthropic Mono';src:url('/v1/fonts/AnthropicMono@400.woff2')format('woff2');font-weight:400;font-style:normal;font-display:swap}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* Anthropic Mono - Anthropic Fonts CDN */
|
|
2
|
+
/* Generated: 2026-04-02T14:52:43.571Z */
|
|
3
|
+
/* https://github.com/your-repo/anthropic-fonts */
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Anthropic Mono';
|
|
8
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicMono@400.woff2') format('woff2');
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-display: swap;
|
|
12
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
13
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* Anthropic Sans - Anthropic Fonts CDN */
|
|
2
|
+
/* Generated: 2026-04-02T14:52:43.568Z */
|
|
3
|
+
/* https://github.com/your-repo/anthropic-fonts */
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Anthropic Sans';
|
|
8
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@300.woff2') format('woff2');
|
|
9
|
+
font-weight: 300;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-display: swap;
|
|
12
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Anthropic Sans';
|
|
16
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@400.woff2') format('woff2');
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-display: swap;
|
|
20
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
21
|
+
}
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Anthropic Sans';
|
|
24
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@500.woff2') format('woff2');
|
|
25
|
+
font-weight: 500;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Anthropic Sans';
|
|
32
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@600.woff2') format('woff2');
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Anthropic Sans';
|
|
40
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@700.woff2') format('woff2');
|
|
41
|
+
font-weight: 700;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Anthropic Sans';
|
|
48
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@800.woff2') format('woff2');
|
|
49
|
+
font-weight: 800;
|
|
50
|
+
font-style: normal;
|
|
51
|
+
font-display: swap;
|
|
52
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
53
|
+
}
|
|
54
|
+
@font-face {
|
|
55
|
+
font-family: 'Anthropic Sans';
|
|
56
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSans@900.woff2') format('woff2');
|
|
57
|
+
font-weight: 900;
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
61
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* Anthropic Serif - Anthropic Fonts CDN */
|
|
2
|
+
/* Generated: 2026-04-02T14:52:43.570Z */
|
|
3
|
+
/* https://github.com/your-repo/anthropic-fonts */
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Anthropic Serif';
|
|
8
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@300.woff2') format('woff2');
|
|
9
|
+
font-weight: 300;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-display: swap;
|
|
12
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Anthropic Serif';
|
|
16
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@400.woff2') format('woff2');
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-display: swap;
|
|
20
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
21
|
+
}
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Anthropic Serif';
|
|
24
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@500.woff2') format('woff2');
|
|
25
|
+
font-weight: 500;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-display: swap;
|
|
28
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Anthropic Serif';
|
|
32
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@600.woff2') format('woff2');
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Anthropic Serif';
|
|
40
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@700.woff2') format('woff2');
|
|
41
|
+
font-weight: 700;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Anthropic Serif';
|
|
48
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@800.woff2') format('woff2');
|
|
49
|
+
font-weight: 800;
|
|
50
|
+
font-style: normal;
|
|
51
|
+
font-display: swap;
|
|
52
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
53
|
+
}
|
|
54
|
+
@font-face {
|
|
55
|
+
font-family: 'Anthropic Serif';
|
|
56
|
+
src: url('https://cdn.jsdelivr.net/gh/devchauhann/fonts@main/cdn/v1/fonts/AnthropicSerif@900.woff2') format('woff2');
|
|
57
|
+
font-weight: 900;
|
|
58
|
+
font-style: normal;
|
|
59
|
+
font-display: swap;
|
|
60
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
61
|
+
}
|
package/cdn/v1/data.json
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"updated": "2026-04-01T06:04:30.100Z",
|
|
4
|
+
"fonts": [
|
|
5
|
+
{
|
|
6
|
+
"family": "Anthropic Sans",
|
|
7
|
+
"category": "sans-serif",
|
|
8
|
+
"variants": [
|
|
9
|
+
{
|
|
10
|
+
"weight": 300,
|
|
11
|
+
"style": "normal",
|
|
12
|
+
"file": "AnthropicSans@300.woff2",
|
|
13
|
+
"unicodeRanges": {
|
|
14
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
15
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"weight": 400,
|
|
20
|
+
"file": "AnthropicSans@400.woff2",
|
|
21
|
+
"unicodeRanges": {
|
|
22
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
23
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"weight": 500,
|
|
28
|
+
"file": "AnthropicSans@500.woff2",
|
|
29
|
+
"unicodeRanges": {
|
|
30
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
31
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"weight": 600,
|
|
36
|
+
"file": "AnthropicSans@600.woff2",
|
|
37
|
+
"unicodeRanges": {
|
|
38
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
39
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"weight": 700,
|
|
44
|
+
"file": "AnthropicSans@700.woff2",
|
|
45
|
+
"unicodeRanges": {
|
|
46
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
47
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"weight": 800,
|
|
52
|
+
"file": "AnthropicSans@800.woff2",
|
|
53
|
+
"unicodeRanges": {
|
|
54
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
55
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"weight": 900,
|
|
60
|
+
"file": "AnthropicSans@900.woff2",
|
|
61
|
+
"unicodeRanges": {
|
|
62
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
63
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"family": "Anthropic Serif",
|
|
71
|
+
"category": "serif",
|
|
72
|
+
"variants": [
|
|
73
|
+
{
|
|
74
|
+
"weight": 300,
|
|
75
|
+
"style": "normal",
|
|
76
|
+
"file": "AnthropicSerif@300.woff2",
|
|
77
|
+
"unicodeRanges": {
|
|
78
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
79
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"weight": 400,
|
|
84
|
+
"file": "AnthropicSerif@400.woff2",
|
|
85
|
+
"unicodeRanges": {
|
|
86
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
87
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"weight": 500,
|
|
92
|
+
"file": "AnthropicSerif@500.woff2",
|
|
93
|
+
"unicodeRanges": {
|
|
94
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
95
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"weight": 600,
|
|
100
|
+
"file": "AnthropicSerif@600.woff2",
|
|
101
|
+
"unicodeRanges": {
|
|
102
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
103
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"weight": 700,
|
|
108
|
+
"file": "AnthropicSerif@700.woff2",
|
|
109
|
+
"unicodeRanges": {
|
|
110
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
111
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"weight": 800,
|
|
116
|
+
"file": "AnthropicSerif@800.woff2",
|
|
117
|
+
"unicodeRanges": {
|
|
118
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
119
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"weight": 900,
|
|
124
|
+
"file": "AnthropicSerif@900.woff2",
|
|
125
|
+
"unicodeRanges": {
|
|
126
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
127
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"family": "Anthropic Mono",
|
|
135
|
+
"category": "monospace",
|
|
136
|
+
"variants": [
|
|
137
|
+
{
|
|
138
|
+
"weight": 400,
|
|
139
|
+
"style": "normal",
|
|
140
|
+
"file": "AnthropicMono@400.woff2",
|
|
141
|
+
"unicodeRanges": {
|
|
142
|
+
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD",
|
|
143
|
+
"latin-ext": "U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"unicodeRange": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|