-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "interlude-ui",
"version": "1.2.2",
"description": "Interface typeface balancing Latin–CJK harmony with screen density",
"license": "OFL-1.1",
"author": "avanturation",
"repository": {
"type": "git",
"url": "https://github.com/avanturation/interlude"
},
"homepage": "https://avanturation.com/interlude",
"keywords": [
"font",
"interlude",
"cjk",
"korean",
"japanese",
"variable-font",
"webfont",
"hangul",
"pretendard",
"opentype"
],
"files": [
"dist/woff2/",
"dist/css/",
"dist/dynamic-subset/",
"dist/tailwind/",
"packages/next/dist/",
"packages/next/font.d.ts",
"packages/next/sans.d.ts",
"packages/next/display.d.ts"
],
"exports": {
".": "./dist/css/interlude.css",
"./css": "./dist/css/interlude.css",
"./css/dynamic-subset": "./dist/dynamic-subset/interlude-variable-dynamic-subset.css",
"./tailwind": "./dist/tailwind/interlude.css",
"./variable": "./dist/woff2/InterludeVariable.woff2",
"./font": {
"types": "./packages/next/font.d.ts",
"import": "./packages/next/dist/font.mjs"
},
"./font/sans": {
"types": "./packages/next/sans.d.ts",
"import": "./packages/next/dist/sans.mjs"
},
"./font/display": {
"types": "./packages/next/display.d.ts",
"import": "./packages/next/dist/display.mjs"
}
},
"scripts": {
"build": "make all",
"dist": "make dist"
}
}