@remotion/google-fonts 3.3.101 → 3.3.103
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/dist/cjs/BraahOne.cjs +4 -4
- package/dist/cjs/Literata.cjs +112 -112
- package/dist/cjs/NotoSerifNyiakengPuachueHmong.d.ts +42 -0
- package/dist/cjs/VinaSans.cjs +3 -3
- package/dist/cjs/ZenMaruGothic.cjs +590 -590
- package/dist/esm/BraahOne.mjs +4 -4
- package/dist/esm/Literata.mjs +112 -112
- package/dist/esm/NotoSerifNyiakengPuachueHmong.d.ts +42 -0
- package/dist/esm/VinaSans.mjs +3 -3
- package/dist/esm/ZenMaruGothic.mjs +590 -590
- package/dist/tsconfig-esm.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/cjs/ArimaMadurai.cjs +0 -77
- package/dist/cjs/FredokaOne.cjs +0 -29
- package/dist/cjs/GentiumBookBasic.cjs +0 -45
- package/dist/cjs/Kantumruy.cjs +0 -35
- package/dist/cjs/MeriendaOne.cjs +0 -29
- package/dist/cjs/index-cjs.d.ts +0 -5
- package/dist/cjs/index-esm.d.ts +0 -317
- package/dist/esm/ArimaMadurai.mjs +0 -73
- package/dist/esm/FredokaOne.mjs +0 -25
- package/dist/esm/GentiumBookBasic.mjs +0 -41
- package/dist/esm/Kantumruy.mjs +0 -31
- package/dist/esm/MeriendaOne.mjs +0 -25
- package/dist/esm/index-cjs.d.ts +0 -5
- package/dist/esm/index-esm.d.ts +0 -317
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/google-fonts",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.103",
|
|
4
4
|
"description": "Load Google Fonts in Remotion",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"remotion": "3.3.
|
|
9
|
+
"remotion": "3.3.103"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@rollup/plugin-typescript": "^8.2.0",
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var base = require('./base.cjs');
|
|
4
|
-
require('remotion');
|
|
5
|
-
|
|
6
|
-
const getInfo = () => ({
|
|
7
|
-
"fontFamily": "Arima Madurai",
|
|
8
|
-
"importName": "ArimaMadurai",
|
|
9
|
-
"version": "v14",
|
|
10
|
-
"url": "https://fonts.googleapis.com/css2?family=Arima+Madurai:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900",
|
|
11
|
-
"unicodeRanges": {
|
|
12
|
-
"tamil": "U+0964-0965, U+0B82-0BFA, U+200C-200D, U+20B9, U+25CC",
|
|
13
|
-
"vietnamese": "U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB",
|
|
14
|
-
"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",
|
|
15
|
-
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
16
|
-
},
|
|
17
|
-
"fonts": {
|
|
18
|
-
"normal": {
|
|
19
|
-
"100": {
|
|
20
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_u7uDQh4.woff2",
|
|
21
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_oruDQh4.woff2",
|
|
22
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_o7uDQh4.woff2",
|
|
23
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_rbuD.woff2"
|
|
24
|
-
},
|
|
25
|
-
"200": {
|
|
26
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuuoqmfyca.woff2",
|
|
27
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuupOmfyca.woff2",
|
|
28
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuupKmfyca.woff2",
|
|
29
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuupymfw.woff2"
|
|
30
|
-
},
|
|
31
|
-
"300": {
|
|
32
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtuoqmfyca.woff2",
|
|
33
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtupOmfyca.woff2",
|
|
34
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtupKmfyca.woff2",
|
|
35
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtupymfw.woff2"
|
|
36
|
-
},
|
|
37
|
-
"400": {
|
|
38
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3SjPr6OH.woff2",
|
|
39
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3THPr6OH.woff2",
|
|
40
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3TDPr6OH.woff2",
|
|
41
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3T7Prw.woff2"
|
|
42
|
-
},
|
|
43
|
-
"500": {
|
|
44
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3suoqmfyca.woff2",
|
|
45
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3supOmfyca.woff2",
|
|
46
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3supKmfyca.woff2",
|
|
47
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3supymfw.woff2"
|
|
48
|
-
},
|
|
49
|
-
"700": {
|
|
50
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXquoqmfyca.woff2",
|
|
51
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqupOmfyca.woff2",
|
|
52
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqupKmfyca.woff2",
|
|
53
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqupymfw.woff2"
|
|
54
|
-
},
|
|
55
|
-
"800": {
|
|
56
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1Znpuoqmfyca.woff2",
|
|
57
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZnpupOmfyca.woff2",
|
|
58
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZnpupKmfyca.woff2",
|
|
59
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1Znpupymfw.woff2"
|
|
60
|
-
},
|
|
61
|
-
"900": {
|
|
62
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3ouoqmfyca.woff2",
|
|
63
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oupOmfyca.woff2",
|
|
64
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oupKmfyca.woff2",
|
|
65
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oupymfw.woff2"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
const fontFamily = getInfo().fontFamily;
|
|
71
|
-
const loadFont = (style, options) => {
|
|
72
|
-
return base.loadFonts(getInfo(), style, options);
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
exports.fontFamily = fontFamily;
|
|
76
|
-
exports.getInfo = getInfo;
|
|
77
|
-
exports.loadFont = loadFont;
|
package/dist/cjs/FredokaOne.cjs
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var base = require('./base.cjs');
|
|
4
|
-
require('remotion');
|
|
5
|
-
|
|
6
|
-
const getInfo = () => ({
|
|
7
|
-
"fontFamily": "Fredoka One",
|
|
8
|
-
"importName": "FredokaOne",
|
|
9
|
-
"version": "v13",
|
|
10
|
-
"url": "https://fonts.googleapis.com/css2?family=Fredoka+One:ital,wght@0,400",
|
|
11
|
-
"unicodeRanges": {
|
|
12
|
-
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
13
|
-
},
|
|
14
|
-
"fonts": {
|
|
15
|
-
"normal": {
|
|
16
|
-
"400": {
|
|
17
|
-
"latin": "https://fonts.gstatic.com/s/fredokaone/v13/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
const fontFamily = getInfo().fontFamily;
|
|
23
|
-
const loadFont = (style, options) => {
|
|
24
|
-
return base.loadFonts(getInfo(), style, options);
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
exports.fontFamily = fontFamily;
|
|
28
|
-
exports.getInfo = getInfo;
|
|
29
|
-
exports.loadFont = loadFont;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var base = require('./base.cjs');
|
|
4
|
-
require('remotion');
|
|
5
|
-
|
|
6
|
-
const getInfo = () => ({
|
|
7
|
-
"fontFamily": "Gentium Book Basic",
|
|
8
|
-
"importName": "GentiumBookBasic",
|
|
9
|
-
"version": "v16",
|
|
10
|
-
"url": "https://fonts.googleapis.com/css2?family=Gentium+Book+Basic:ital,wght@0,400;0,700;1,400;1,700",
|
|
11
|
-
"unicodeRanges": {
|
|
12
|
-
"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",
|
|
13
|
-
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
14
|
-
},
|
|
15
|
-
"fonts": {
|
|
16
|
-
"italic": {
|
|
17
|
-
"400": {
|
|
18
|
-
"latin-ext": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VYF266Lk2A.woff2",
|
|
19
|
-
"latin": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VYF466I.woff2"
|
|
20
|
-
},
|
|
21
|
-
"700": {
|
|
22
|
-
"latin-ext": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzrfV-VoEvg.woff2",
|
|
23
|
-
"latin": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzrfb-Vo.woff2"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"normal": {
|
|
27
|
-
"400": {
|
|
28
|
-
"latin-ext": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4XrF686Y.woff2",
|
|
29
|
-
"latin": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4ULF6.woff2"
|
|
30
|
-
},
|
|
31
|
-
"700": {
|
|
32
|
-
"latin-ext": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65RvwofZ4V4.woff2",
|
|
33
|
-
"latin": "https://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65RvzIfZ.woff2"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
const fontFamily = getInfo().fontFamily;
|
|
39
|
-
const loadFont = (style, options) => {
|
|
40
|
-
return base.loadFonts(getInfo(), style, options);
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
exports.fontFamily = fontFamily;
|
|
44
|
-
exports.getInfo = getInfo;
|
|
45
|
-
exports.loadFont = loadFont;
|
package/dist/cjs/Kantumruy.cjs
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var base = require('./base.cjs');
|
|
4
|
-
require('remotion');
|
|
5
|
-
|
|
6
|
-
const getInfo = () => ({
|
|
7
|
-
"fontFamily": "Kantumruy",
|
|
8
|
-
"importName": "Kantumruy",
|
|
9
|
-
"version": "v21",
|
|
10
|
-
"url": "https://fonts.googleapis.com/css2?family=Kantumruy:ital,wght@0,300;0,400;0,700",
|
|
11
|
-
"unicodeRanges": {
|
|
12
|
-
"khmer": "U+1780-17FF, U+200C, U+25CC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
13
|
-
},
|
|
14
|
-
"fonts": {
|
|
15
|
-
"normal": {
|
|
16
|
-
"300": {
|
|
17
|
-
"khmer": "https://fonts.gstatic.com/s/kantumruy/v21/syk0-yJ0m7wyVb-f4FOPUtDVqnWV.woff2"
|
|
18
|
-
},
|
|
19
|
-
"400": {
|
|
20
|
-
"khmer": "https://fonts.gstatic.com/s/kantumruy/v21/sykx-yJ0m7wyVb-f4FOH8vLA.woff2"
|
|
21
|
-
},
|
|
22
|
-
"700": {
|
|
23
|
-
"khmer": "https://fonts.gstatic.com/s/kantumruy/v21/syk0-yJ0m7wyVb-f4FOPQtfVqnWV.woff2"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
const fontFamily = getInfo().fontFamily;
|
|
29
|
-
const loadFont = (style, options) => {
|
|
30
|
-
return base.loadFonts(getInfo(), style, options);
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
exports.fontFamily = fontFamily;
|
|
34
|
-
exports.getInfo = getInfo;
|
|
35
|
-
exports.loadFont = loadFont;
|
package/dist/cjs/MeriendaOne.cjs
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var base = require('./base.cjs');
|
|
4
|
-
require('remotion');
|
|
5
|
-
|
|
6
|
-
const getInfo = () => ({
|
|
7
|
-
"fontFamily": "Merienda One",
|
|
8
|
-
"importName": "MeriendaOne",
|
|
9
|
-
"version": "v16",
|
|
10
|
-
"url": "https://fonts.googleapis.com/css2?family=Merienda+One:ital,wght@0,400",
|
|
11
|
-
"unicodeRanges": {
|
|
12
|
-
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
13
|
-
},
|
|
14
|
-
"fonts": {
|
|
15
|
-
"normal": {
|
|
16
|
-
"400": {
|
|
17
|
-
"latin": "https://fonts.gstatic.com/s/meriendaone/v16/H4cgBXaMndbflEq6kyZ1ht6ohYaz.woff2"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
const fontFamily = getInfo().fontFamily;
|
|
23
|
-
const loadFont = (style, options) => {
|
|
24
|
-
return base.loadFonts(getInfo(), style, options);
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
exports.fontFamily = fontFamily;
|
|
28
|
-
exports.getInfo = getInfo;
|
|
29
|
-
exports.loadFont = loadFont;
|
package/dist/cjs/index-cjs.d.ts
DELETED
package/dist/cjs/index-esm.d.ts
DELETED
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
export declare const getAvailableFonts: () => ({
|
|
2
|
-
fontFamily: string;
|
|
3
|
-
importName: string;
|
|
4
|
-
load: () => Promise<typeof import("./Abel")>;
|
|
5
|
-
} | {
|
|
6
|
-
fontFamily: string;
|
|
7
|
-
importName: string;
|
|
8
|
-
load: () => Promise<typeof import("./Almarai")>;
|
|
9
|
-
} | {
|
|
10
|
-
fontFamily: string;
|
|
11
|
-
importName: string;
|
|
12
|
-
load: () => Promise<typeof import("./Arapey")>;
|
|
13
|
-
} | {
|
|
14
|
-
fontFamily: string;
|
|
15
|
-
importName: string;
|
|
16
|
-
load: () => Promise<typeof import("./Buda")>;
|
|
17
|
-
} | {
|
|
18
|
-
fontFamily: string;
|
|
19
|
-
importName: string;
|
|
20
|
-
load: () => Promise<typeof import("./Chenla")>;
|
|
21
|
-
} | {
|
|
22
|
-
fontFamily: string;
|
|
23
|
-
importName: string;
|
|
24
|
-
load: () => Promise<typeof import("./CodaCaption")>;
|
|
25
|
-
} | {
|
|
26
|
-
fontFamily: string;
|
|
27
|
-
importName: string;
|
|
28
|
-
load: () => Promise<typeof import("./GFSDidot")>;
|
|
29
|
-
} | {
|
|
30
|
-
fontFamily: string;
|
|
31
|
-
importName: string;
|
|
32
|
-
load: () => Promise<typeof import("./GFSNeohellenic")>;
|
|
33
|
-
} | {
|
|
34
|
-
fontFamily: string;
|
|
35
|
-
importName: string;
|
|
36
|
-
load: () => Promise<typeof import("./Gugi")>;
|
|
37
|
-
} | {
|
|
38
|
-
fontFamily: string;
|
|
39
|
-
importName: string;
|
|
40
|
-
load: () => Promise<typeof import("./LiuJianMaoCao")>;
|
|
41
|
-
} | {
|
|
42
|
-
fontFamily: string;
|
|
43
|
-
importName: string;
|
|
44
|
-
load: () => Promise<typeof import("./MochiyPopOne")>;
|
|
45
|
-
} | {
|
|
46
|
-
fontFamily: string;
|
|
47
|
-
importName: string;
|
|
48
|
-
load: () => Promise<typeof import("./Molle")>;
|
|
49
|
-
} | {
|
|
50
|
-
fontFamily: string;
|
|
51
|
-
importName: string;
|
|
52
|
-
load: () => Promise<typeof import("./Murecho")>;
|
|
53
|
-
} | {
|
|
54
|
-
fontFamily: string;
|
|
55
|
-
importName: string;
|
|
56
|
-
load: () => Promise<typeof import("./NewTegomin")>;
|
|
57
|
-
} | {
|
|
58
|
-
fontFamily: string;
|
|
59
|
-
importName: string;
|
|
60
|
-
load: () => Promise<typeof import("./NotoColorEmoji")>;
|
|
61
|
-
} | {
|
|
62
|
-
fontFamily: string;
|
|
63
|
-
importName: string;
|
|
64
|
-
load: () => Promise<typeof import("./NotoSansAnatolianHieroglyphs")>;
|
|
65
|
-
} | {
|
|
66
|
-
fontFamily: string;
|
|
67
|
-
importName: string;
|
|
68
|
-
load: () => Promise<typeof import("./NotoSansBhaiksuki")>;
|
|
69
|
-
} | {
|
|
70
|
-
fontFamily: string;
|
|
71
|
-
importName: string;
|
|
72
|
-
load: () => Promise<typeof import("./NotoSansBrahmi")>;
|
|
73
|
-
} | {
|
|
74
|
-
fontFamily: string;
|
|
75
|
-
importName: string;
|
|
76
|
-
load: () => Promise<typeof import("./NotoSansCarian")>;
|
|
77
|
-
} | {
|
|
78
|
-
fontFamily: string;
|
|
79
|
-
importName: string;
|
|
80
|
-
load: () => Promise<typeof import("./NotoSansCaucasianAlbanian")>;
|
|
81
|
-
} | {
|
|
82
|
-
fontFamily: string;
|
|
83
|
-
importName: string;
|
|
84
|
-
load: () => Promise<typeof import("./NotoSansCuneiform")>;
|
|
85
|
-
} | {
|
|
86
|
-
fontFamily: string;
|
|
87
|
-
importName: string;
|
|
88
|
-
load: () => Promise<typeof import("./NotoSansCypriot")>;
|
|
89
|
-
} | {
|
|
90
|
-
fontFamily: string;
|
|
91
|
-
importName: string;
|
|
92
|
-
load: () => Promise<typeof import("./NotoSansDeseret")>;
|
|
93
|
-
} | {
|
|
94
|
-
fontFamily: string;
|
|
95
|
-
importName: string;
|
|
96
|
-
load: () => Promise<typeof import("./NotoSansDuployan")>;
|
|
97
|
-
} | {
|
|
98
|
-
fontFamily: string;
|
|
99
|
-
importName: string;
|
|
100
|
-
load: () => Promise<typeof import("./NotoSansEgyptianHieroglyphs")>;
|
|
101
|
-
} | {
|
|
102
|
-
fontFamily: string;
|
|
103
|
-
importName: string;
|
|
104
|
-
load: () => Promise<typeof import("./NotoSansElymaic")>;
|
|
105
|
-
} | {
|
|
106
|
-
fontFamily: string;
|
|
107
|
-
importName: string;
|
|
108
|
-
load: () => Promise<typeof import("./NotoSansGlagolitic")>;
|
|
109
|
-
} | {
|
|
110
|
-
fontFamily: string;
|
|
111
|
-
importName: string;
|
|
112
|
-
load: () => Promise<typeof import("./NotoSansGothic")>;
|
|
113
|
-
} | {
|
|
114
|
-
fontFamily: string;
|
|
115
|
-
importName: string;
|
|
116
|
-
load: () => Promise<typeof import("./NotoSansGunjalaGondi")>;
|
|
117
|
-
} | {
|
|
118
|
-
fontFamily: string;
|
|
119
|
-
importName: string;
|
|
120
|
-
load: () => Promise<typeof import("./NotoSansHK")>;
|
|
121
|
-
} | {
|
|
122
|
-
fontFamily: string;
|
|
123
|
-
importName: string;
|
|
124
|
-
load: () => Promise<typeof import("./NotoSansHatran")>;
|
|
125
|
-
} | {
|
|
126
|
-
fontFamily: string;
|
|
127
|
-
importName: string;
|
|
128
|
-
load: () => Promise<typeof import("./NotoSansImperialAramaic")>;
|
|
129
|
-
} | {
|
|
130
|
-
fontFamily: string;
|
|
131
|
-
importName: string;
|
|
132
|
-
load: () => Promise<typeof import("./NotoSansIndicSiyaqNumbers")>;
|
|
133
|
-
} | {
|
|
134
|
-
fontFamily: string;
|
|
135
|
-
importName: string;
|
|
136
|
-
load: () => Promise<typeof import("./NotoSansInscriptionalPahlavi")>;
|
|
137
|
-
} | {
|
|
138
|
-
fontFamily: string;
|
|
139
|
-
importName: string;
|
|
140
|
-
load: () => Promise<typeof import("./NotoSansKaithi")>;
|
|
141
|
-
} | {
|
|
142
|
-
fontFamily: string;
|
|
143
|
-
importName: string;
|
|
144
|
-
load: () => Promise<typeof import("./NotoSansKhudawadi")>;
|
|
145
|
-
} | {
|
|
146
|
-
fontFamily: string;
|
|
147
|
-
importName: string;
|
|
148
|
-
load: () => Promise<typeof import("./NotoSansLinearA")>;
|
|
149
|
-
} | {
|
|
150
|
-
fontFamily: string;
|
|
151
|
-
importName: string;
|
|
152
|
-
load: () => Promise<typeof import("./NotoSansLinearB")>;
|
|
153
|
-
} | {
|
|
154
|
-
fontFamily: string;
|
|
155
|
-
importName: string;
|
|
156
|
-
load: () => Promise<typeof import("./NotoSansLycian")>;
|
|
157
|
-
} | {
|
|
158
|
-
fontFamily: string;
|
|
159
|
-
importName: string;
|
|
160
|
-
load: () => Promise<typeof import("./NotoSansLydian")>;
|
|
161
|
-
} | {
|
|
162
|
-
fontFamily: string;
|
|
163
|
-
importName: string;
|
|
164
|
-
load: () => Promise<typeof import("./NotoSansMahajani")>;
|
|
165
|
-
} | {
|
|
166
|
-
fontFamily: string;
|
|
167
|
-
importName: string;
|
|
168
|
-
load: () => Promise<typeof import("./NotoSansMandaic")>;
|
|
169
|
-
} | {
|
|
170
|
-
fontFamily: string;
|
|
171
|
-
importName: string;
|
|
172
|
-
load: () => Promise<typeof import("./NotoSansManichaean")>;
|
|
173
|
-
} | {
|
|
174
|
-
fontFamily: string;
|
|
175
|
-
importName: string;
|
|
176
|
-
load: () => Promise<typeof import("./NotoSansMarchen")>;
|
|
177
|
-
} | {
|
|
178
|
-
fontFamily: string;
|
|
179
|
-
importName: string;
|
|
180
|
-
load: () => Promise<typeof import("./NotoSansMath")>;
|
|
181
|
-
} | {
|
|
182
|
-
fontFamily: string;
|
|
183
|
-
importName: string;
|
|
184
|
-
load: () => Promise<typeof import("./NotoSansMayanNumerals")>;
|
|
185
|
-
} | {
|
|
186
|
-
fontFamily: string;
|
|
187
|
-
importName: string;
|
|
188
|
-
load: () => Promise<typeof import("./NotoSansMeroitic")>;
|
|
189
|
-
} | {
|
|
190
|
-
fontFamily: string;
|
|
191
|
-
importName: string;
|
|
192
|
-
load: () => Promise<typeof import("./NotoSansMyanmar")>;
|
|
193
|
-
} | {
|
|
194
|
-
fontFamily: string;
|
|
195
|
-
importName: string;
|
|
196
|
-
load: () => Promise<typeof import("./NotoSansNabataean")>;
|
|
197
|
-
} | {
|
|
198
|
-
fontFamily: string;
|
|
199
|
-
importName: string;
|
|
200
|
-
load: () => Promise<typeof import("./NotoSansOgham")>;
|
|
201
|
-
} | {
|
|
202
|
-
fontFamily: string;
|
|
203
|
-
importName: string;
|
|
204
|
-
load: () => Promise<typeof import("./NotoSansOldHungarian")>;
|
|
205
|
-
} | {
|
|
206
|
-
fontFamily: string;
|
|
207
|
-
importName: string;
|
|
208
|
-
load: () => Promise<typeof import("./NotoSansOldItalic")>;
|
|
209
|
-
} | {
|
|
210
|
-
fontFamily: string;
|
|
211
|
-
importName: string;
|
|
212
|
-
load: () => Promise<typeof import("./NotoSansOldNorthArabian")>;
|
|
213
|
-
} | {
|
|
214
|
-
fontFamily: string;
|
|
215
|
-
importName: string;
|
|
216
|
-
load: () => Promise<typeof import("./NotoSansOldPermic")>;
|
|
217
|
-
} | {
|
|
218
|
-
fontFamily: string;
|
|
219
|
-
importName: string;
|
|
220
|
-
load: () => Promise<typeof import("./NotoSansOldPersian")>;
|
|
221
|
-
} | {
|
|
222
|
-
fontFamily: string;
|
|
223
|
-
importName: string;
|
|
224
|
-
load: () => Promise<typeof import("./NotoSansOldSogdian")>;
|
|
225
|
-
} | {
|
|
226
|
-
fontFamily: string;
|
|
227
|
-
importName: string;
|
|
228
|
-
load: () => Promise<typeof import("./NotoSansOldSouthArabian")>;
|
|
229
|
-
} | {
|
|
230
|
-
fontFamily: string;
|
|
231
|
-
importName: string;
|
|
232
|
-
load: () => Promise<typeof import("./NotoSansOldTurkic")>;
|
|
233
|
-
} | {
|
|
234
|
-
fontFamily: string;
|
|
235
|
-
importName: string;
|
|
236
|
-
load: () => Promise<typeof import("./NotoSansPalmyrene")>;
|
|
237
|
-
} | {
|
|
238
|
-
fontFamily: string;
|
|
239
|
-
importName: string;
|
|
240
|
-
load: () => Promise<typeof import("./NotoSansPhagsPa")>;
|
|
241
|
-
} | {
|
|
242
|
-
fontFamily: string;
|
|
243
|
-
importName: string;
|
|
244
|
-
load: () => Promise<typeof import("./NotoSansPhoenician")>;
|
|
245
|
-
} | {
|
|
246
|
-
fontFamily: string;
|
|
247
|
-
importName: string;
|
|
248
|
-
load: () => Promise<typeof import("./NotoSansPsalterPahlavi")>;
|
|
249
|
-
} | {
|
|
250
|
-
fontFamily: string;
|
|
251
|
-
importName: string;
|
|
252
|
-
load: () => Promise<typeof import("./NotoSansRunic")>;
|
|
253
|
-
} | {
|
|
254
|
-
fontFamily: string;
|
|
255
|
-
importName: string;
|
|
256
|
-
load: () => Promise<typeof import("./NotoSansSamaritan")>;
|
|
257
|
-
} | {
|
|
258
|
-
fontFamily: string;
|
|
259
|
-
importName: string;
|
|
260
|
-
load: () => Promise<typeof import("./NotoSansShavian")>;
|
|
261
|
-
} | {
|
|
262
|
-
fontFamily: string;
|
|
263
|
-
importName: string;
|
|
264
|
-
load: () => Promise<typeof import("./NotoSansSogdian")>;
|
|
265
|
-
} | {
|
|
266
|
-
fontFamily: string;
|
|
267
|
-
importName: string;
|
|
268
|
-
load: () => Promise<typeof import("./NotoSansSoyombo")>;
|
|
269
|
-
} | {
|
|
270
|
-
fontFamily: string;
|
|
271
|
-
importName: string;
|
|
272
|
-
load: () => Promise<typeof import("./NotoSansTC")>;
|
|
273
|
-
} | {
|
|
274
|
-
fontFamily: string;
|
|
275
|
-
importName: string;
|
|
276
|
-
load: () => Promise<typeof import("./NotoSansTamilSupplement")>;
|
|
277
|
-
} | {
|
|
278
|
-
fontFamily: string;
|
|
279
|
-
importName: string;
|
|
280
|
-
load: () => Promise<typeof import("./NotoSansTirhuta")>;
|
|
281
|
-
} | {
|
|
282
|
-
fontFamily: string;
|
|
283
|
-
importName: string;
|
|
284
|
-
load: () => Promise<typeof import("./NotoSerifDogra")>;
|
|
285
|
-
} | {
|
|
286
|
-
fontFamily: string;
|
|
287
|
-
importName: string;
|
|
288
|
-
load: () => Promise<typeof import("./NotoSerifHK")>;
|
|
289
|
-
} | {
|
|
290
|
-
fontFamily: string;
|
|
291
|
-
importName: string;
|
|
292
|
-
load: () => Promise<typeof import("./NotoSerifTC")>;
|
|
293
|
-
} | {
|
|
294
|
-
fontFamily: string;
|
|
295
|
-
importName: string;
|
|
296
|
-
load: () => Promise<typeof import("./NotoSerifYezidi")>;
|
|
297
|
-
} | {
|
|
298
|
-
fontFamily: string;
|
|
299
|
-
importName: string;
|
|
300
|
-
load: () => Promise<typeof import("./PottaOne")>;
|
|
301
|
-
} | {
|
|
302
|
-
fontFamily: string;
|
|
303
|
-
importName: string;
|
|
304
|
-
load: () => Promise<typeof import("./SawarabiMincho")>;
|
|
305
|
-
} | {
|
|
306
|
-
fontFamily: string;
|
|
307
|
-
importName: string;
|
|
308
|
-
load: () => Promise<typeof import("./SingleDay")>;
|
|
309
|
-
} | {
|
|
310
|
-
fontFamily: string;
|
|
311
|
-
importName: string;
|
|
312
|
-
load: () => Promise<typeof import("./Sunflower")>;
|
|
313
|
-
} | {
|
|
314
|
-
fontFamily: string;
|
|
315
|
-
importName: string;
|
|
316
|
-
load: () => Promise<typeof import("./UnifrakturCook")>;
|
|
317
|
-
})[];
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { l as loadFonts } from './base.mjs';
|
|
2
|
-
import 'remotion';
|
|
3
|
-
|
|
4
|
-
const getInfo = () => ({
|
|
5
|
-
"fontFamily": "Arima Madurai",
|
|
6
|
-
"importName": "ArimaMadurai",
|
|
7
|
-
"version": "v14",
|
|
8
|
-
"url": "https://fonts.googleapis.com/css2?family=Arima+Madurai:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900",
|
|
9
|
-
"unicodeRanges": {
|
|
10
|
-
"tamil": "U+0964-0965, U+0B82-0BFA, U+200C-200D, U+20B9, U+25CC",
|
|
11
|
-
"vietnamese": "U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB",
|
|
12
|
-
"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",
|
|
13
|
-
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
14
|
-
},
|
|
15
|
-
"fonts": {
|
|
16
|
-
"normal": {
|
|
17
|
-
"100": {
|
|
18
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_u7uDQh4.woff2",
|
|
19
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_oruDQh4.woff2",
|
|
20
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_o7uDQh4.woff2",
|
|
21
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3_rbuD.woff2"
|
|
22
|
-
},
|
|
23
|
-
"200": {
|
|
24
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuuoqmfyca.woff2",
|
|
25
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuupOmfyca.woff2",
|
|
26
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuupKmfyca.woff2",
|
|
27
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuupymfw.woff2"
|
|
28
|
-
},
|
|
29
|
-
"300": {
|
|
30
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtuoqmfyca.woff2",
|
|
31
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtupOmfyca.woff2",
|
|
32
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtupKmfyca.woff2",
|
|
33
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtupymfw.woff2"
|
|
34
|
-
},
|
|
35
|
-
"400": {
|
|
36
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3SjPr6OH.woff2",
|
|
37
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3THPr6OH.woff2",
|
|
38
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3TDPr6OH.woff2",
|
|
39
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB3T7Prw.woff2"
|
|
40
|
-
},
|
|
41
|
-
"500": {
|
|
42
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3suoqmfyca.woff2",
|
|
43
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3supOmfyca.woff2",
|
|
44
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3supKmfyca.woff2",
|
|
45
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3supymfw.woff2"
|
|
46
|
-
},
|
|
47
|
-
"700": {
|
|
48
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXquoqmfyca.woff2",
|
|
49
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqupOmfyca.woff2",
|
|
50
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqupKmfyca.woff2",
|
|
51
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqupymfw.woff2"
|
|
52
|
-
},
|
|
53
|
-
"800": {
|
|
54
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1Znpuoqmfyca.woff2",
|
|
55
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZnpupOmfyca.woff2",
|
|
56
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZnpupKmfyca.woff2",
|
|
57
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1Znpupymfw.woff2"
|
|
58
|
-
},
|
|
59
|
-
"900": {
|
|
60
|
-
"tamil": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3ouoqmfyca.woff2",
|
|
61
|
-
"vietnamese": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oupOmfyca.woff2",
|
|
62
|
-
"latin-ext": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oupKmfyca.woff2",
|
|
63
|
-
"latin": "https://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oupymfw.woff2"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
const fontFamily = getInfo().fontFamily;
|
|
69
|
-
const loadFont = (style, options) => {
|
|
70
|
-
return loadFonts(getInfo(), style, options);
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
export { fontFamily, getInfo, loadFont };
|
package/dist/esm/FredokaOne.mjs
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { l as loadFonts } from './base.mjs';
|
|
2
|
-
import 'remotion';
|
|
3
|
-
|
|
4
|
-
const getInfo = () => ({
|
|
5
|
-
"fontFamily": "Fredoka One",
|
|
6
|
-
"importName": "FredokaOne",
|
|
7
|
-
"version": "v13",
|
|
8
|
-
"url": "https://fonts.googleapis.com/css2?family=Fredoka+One:ital,wght@0,400",
|
|
9
|
-
"unicodeRanges": {
|
|
10
|
-
"latin": "U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
|
11
|
-
},
|
|
12
|
-
"fonts": {
|
|
13
|
-
"normal": {
|
|
14
|
-
"400": {
|
|
15
|
-
"latin": "https://fonts.gstatic.com/s/fredokaone/v13/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
const fontFamily = getInfo().fontFamily;
|
|
21
|
-
const loadFont = (style, options) => {
|
|
22
|
-
return loadFonts(getInfo(), style, options);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export { fontFamily, getInfo, loadFont };
|