@remotion/google-fonts 4.0.340 → 4.0.341
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/LICENSE.md +7 -7
- package/dist/cjs/Amiri.js +13 -13
- package/dist/cjs/AmiriQuran.js +3 -3
- package/dist/cjs/Asimovian.d.ts +40 -0
- package/dist/cjs/Asimovian.js +31 -0
- package/dist/cjs/ChironGoRoundTC.d.ts +1074 -0
- package/dist/cjs/ChironGoRoundTC.js +1072 -0
- package/dist/cjs/ChironHeiHK.d.ts +19 -2
- package/dist/cjs/ChironHeiHK.js +1955 -1938
- package/dist/cjs/CossetteTexte.d.ts +42 -0
- package/dist/cjs/CossetteTexte.js +33 -0
- package/dist/cjs/CossetteTitre.d.ts +42 -0
- package/dist/cjs/CossetteTitre.js +33 -0
- package/dist/cjs/EpundaSans.d.ts +96 -0
- package/dist/cjs/EpundaSans.js +83 -0
- package/dist/cjs/EpundaSlab.d.ts +96 -0
- package/dist/cjs/EpundaSlab.js +83 -0
- package/dist/cjs/LibertinusKeyboard.d.ts +38 -0
- package/dist/cjs/LibertinusKeyboard.js +29 -0
- package/dist/cjs/LibertinusSerifDisplay.d.ts +48 -0
- package/dist/cjs/LibertinusSerifDisplay.js +47 -0
- package/dist/cjs/Matangi.js +22 -22
- package/dist/cjs/NotoSansBatak.js +4 -4
- package/dist/cjs/NotoSansBengali.js +28 -28
- package/dist/cjs/NotoSerifBengali.js +28 -28
- package/dist/cjs/NotoSerifDivesAkuru.js +4 -4
- package/dist/cjs/NotoSerifTangut.js +4 -4
- package/dist/cjs/ReemKufi.js +17 -17
- package/dist/cjs/Sirivennela.d.ts +38 -0
- package/dist/cjs/Sirivennela.js +29 -0
- package/dist/cjs/StoryScript.d.ts +40 -0
- package/dist/cjs/StoryScript.js +31 -0
- package/dist/cjs/TASAExplorer.d.ts +54 -0
- package/dist/cjs/TASAExplorer.js +45 -0
- package/dist/cjs/TASAOrbiter.d.ts +54 -0
- package/dist/cjs/TASAOrbiter.js +45 -0
- package/dist/cjs/TikTokSans.js +43 -43
- package/dist/cjs/Tirra.d.ts +65 -0
- package/dist/cjs/Tirra.js +56 -0
- package/dist/cjs/VendSans.d.ts +80 -0
- package/dist/cjs/VendSans.js +67 -0
- package/dist/cjs/index.js +70 -0
- package/dist/esm/42dotSans.mjs +794 -0
- package/dist/esm/Amiri.mjs +13 -13
- package/dist/esm/AmiriQuran.mjs +3 -3
- package/dist/esm/Asimovian.mjs +139 -0
- package/dist/esm/ChironGoRoundTC.mjs +1180 -0
- package/dist/esm/ChironHeiHK.mjs +1955 -1938
- package/dist/esm/CossetteTexte.mjs +141 -0
- package/dist/esm/CossetteTitre.mjs +141 -0
- package/dist/esm/EpundaSans.mjs +191 -0
- package/dist/esm/EpundaSlab.mjs +191 -0
- package/dist/esm/LibertinusKeyboard.mjs +137 -0
- package/dist/esm/LibertinusSerifDisplay.mjs +155 -0
- package/dist/esm/Linefont.mjs +127 -0
- package/dist/esm/Matangi.mjs +22 -22
- package/dist/esm/NotoSansBatak.mjs +4 -4
- package/dist/esm/NotoSansBengali.mjs +28 -28
- package/dist/esm/NotoSerifBengali.mjs +28 -28
- package/dist/esm/NotoSerifDivesAkuru.mjs +4 -4
- package/dist/esm/NotoSerifTangut.mjs +4 -4
- package/dist/esm/ReemKufi.mjs +17 -17
- package/dist/esm/Sirivennela.mjs +137 -0
- package/dist/esm/StoryScript.mjs +139 -0
- package/dist/esm/TASAExplorer.mjs +153 -0
- package/dist/esm/TASAOrbiter.mjs +153 -0
- package/dist/esm/TikTokSans.mjs +43 -43
- package/dist/esm/Tirra.mjs +164 -0
- package/dist/esm/VendSans.mjs +175 -0
- package/dist/esm/index.mjs +70 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +44 -2
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export declare const getInfo: () => {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
importName: string;
|
|
4
|
+
version: string;
|
|
5
|
+
url: string;
|
|
6
|
+
unicodeRanges: {
|
|
7
|
+
'latin-ext': string;
|
|
8
|
+
latin: string;
|
|
9
|
+
};
|
|
10
|
+
fonts: {
|
|
11
|
+
normal: {
|
|
12
|
+
'400': {
|
|
13
|
+
'latin-ext': string;
|
|
14
|
+
latin: string;
|
|
15
|
+
};
|
|
16
|
+
'500': {
|
|
17
|
+
'latin-ext': string;
|
|
18
|
+
latin: string;
|
|
19
|
+
};
|
|
20
|
+
'600': {
|
|
21
|
+
'latin-ext': string;
|
|
22
|
+
latin: string;
|
|
23
|
+
};
|
|
24
|
+
'700': {
|
|
25
|
+
'latin-ext': string;
|
|
26
|
+
latin: string;
|
|
27
|
+
};
|
|
28
|
+
'800': {
|
|
29
|
+
'latin-ext': string;
|
|
30
|
+
latin: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
subsets: string[];
|
|
35
|
+
};
|
|
36
|
+
export declare const fontFamily: "TASA Explorer";
|
|
37
|
+
type Variants = {
|
|
38
|
+
normal: {
|
|
39
|
+
weights: '400' | '500' | '600' | '700' | '800';
|
|
40
|
+
subsets: 'latin' | 'latin-ext';
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
|
|
44
|
+
weights?: Variants[T]["weights"][];
|
|
45
|
+
subsets?: Variants[T]["subsets"][];
|
|
46
|
+
document?: Document;
|
|
47
|
+
ignoreTooManyRequestsWarning?: boolean;
|
|
48
|
+
}) => {
|
|
49
|
+
fontFamily: import("./base").FontInfo["fontFamily"];
|
|
50
|
+
fonts: import("./base").FontInfo["fonts"];
|
|
51
|
+
unicodeRanges: import("./base").FontInfo["unicodeRanges"];
|
|
52
|
+
waitUntilDone: () => Promise<undefined>;
|
|
53
|
+
};
|
|
54
|
+
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loadFont = exports.fontFamily = exports.getInfo = void 0;
|
|
4
|
+
const base_1 = require("./base");
|
|
5
|
+
const getInfo = () => ({
|
|
6
|
+
fontFamily: 'TASA Explorer',
|
|
7
|
+
importName: 'TASAExplorer',
|
|
8
|
+
version: 'v2',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=TASA+Explorer:ital,wght@0,400;0,500;0,600;0,700;0,800',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
'latin-ext': 'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF',
|
|
12
|
+
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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
|
|
13
|
+
},
|
|
14
|
+
fonts: {
|
|
15
|
+
normal: {
|
|
16
|
+
'400': {
|
|
17
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFyPSYFOM.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFy3SYA.woff2',
|
|
19
|
+
},
|
|
20
|
+
'500': {
|
|
21
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFyPSYFOM.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFy3SYA.woff2',
|
|
23
|
+
},
|
|
24
|
+
'600': {
|
|
25
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFyPSYFOM.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFy3SYA.woff2',
|
|
27
|
+
},
|
|
28
|
+
'700': {
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFyPSYFOM.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFy3SYA.woff2',
|
|
31
|
+
},
|
|
32
|
+
'800': {
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFyPSYFOM.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/tasaexplorer/v2/K2F3fZdAt8xjBmxMCPK8UO_SFy3SYA.woff2',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
subsets: ['latin', 'latin-ext'],
|
|
39
|
+
});
|
|
40
|
+
exports.getInfo = getInfo;
|
|
41
|
+
exports.fontFamily = 'TASA Explorer';
|
|
42
|
+
const loadFont = (style, options) => {
|
|
43
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
44
|
+
};
|
|
45
|
+
exports.loadFont = loadFont;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export declare const getInfo: () => {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
importName: string;
|
|
4
|
+
version: string;
|
|
5
|
+
url: string;
|
|
6
|
+
unicodeRanges: {
|
|
7
|
+
'latin-ext': string;
|
|
8
|
+
latin: string;
|
|
9
|
+
};
|
|
10
|
+
fonts: {
|
|
11
|
+
normal: {
|
|
12
|
+
'400': {
|
|
13
|
+
'latin-ext': string;
|
|
14
|
+
latin: string;
|
|
15
|
+
};
|
|
16
|
+
'500': {
|
|
17
|
+
'latin-ext': string;
|
|
18
|
+
latin: string;
|
|
19
|
+
};
|
|
20
|
+
'600': {
|
|
21
|
+
'latin-ext': string;
|
|
22
|
+
latin: string;
|
|
23
|
+
};
|
|
24
|
+
'700': {
|
|
25
|
+
'latin-ext': string;
|
|
26
|
+
latin: string;
|
|
27
|
+
};
|
|
28
|
+
'800': {
|
|
29
|
+
'latin-ext': string;
|
|
30
|
+
latin: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
subsets: string[];
|
|
35
|
+
};
|
|
36
|
+
export declare const fontFamily: "TASA Orbiter";
|
|
37
|
+
type Variants = {
|
|
38
|
+
normal: {
|
|
39
|
+
weights: '400' | '500' | '600' | '700' | '800';
|
|
40
|
+
subsets: 'latin' | 'latin-ext';
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
|
|
44
|
+
weights?: Variants[T]["weights"][];
|
|
45
|
+
subsets?: Variants[T]["subsets"][];
|
|
46
|
+
document?: Document;
|
|
47
|
+
ignoreTooManyRequestsWarning?: boolean;
|
|
48
|
+
}) => {
|
|
49
|
+
fontFamily: import("./base").FontInfo["fontFamily"];
|
|
50
|
+
fonts: import("./base").FontInfo["fonts"];
|
|
51
|
+
unicodeRanges: import("./base").FontInfo["unicodeRanges"];
|
|
52
|
+
waitUntilDone: () => Promise<undefined>;
|
|
53
|
+
};
|
|
54
|
+
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loadFont = exports.fontFamily = exports.getInfo = void 0;
|
|
4
|
+
const base_1 = require("./base");
|
|
5
|
+
const getInfo = () => ({
|
|
6
|
+
fontFamily: 'TASA Orbiter',
|
|
7
|
+
importName: 'TASAOrbiter',
|
|
8
|
+
version: 'v2',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=TASA+Orbiter:ital,wght@0,400;0,500;0,600;0,700;0,800',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
'latin-ext': 'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF',
|
|
12
|
+
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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
|
|
13
|
+
},
|
|
14
|
+
fonts: {
|
|
15
|
+
normal: {
|
|
16
|
+
'400': {
|
|
17
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2TNzZ5P0.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2QtzZ.woff2',
|
|
19
|
+
},
|
|
20
|
+
'500': {
|
|
21
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2TNzZ5P0.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2QtzZ.woff2',
|
|
23
|
+
},
|
|
24
|
+
'600': {
|
|
25
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2TNzZ5P0.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2QtzZ.woff2',
|
|
27
|
+
},
|
|
28
|
+
'700': {
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2TNzZ5P0.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2QtzZ.woff2',
|
|
31
|
+
},
|
|
32
|
+
'800': {
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2TNzZ5P0.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/tasaorbiter/v2/3XFtErw3860rsdSUVZx78hP2QtzZ.woff2',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
subsets: ['latin', 'latin-ext'],
|
|
39
|
+
});
|
|
40
|
+
exports.getInfo = getInfo;
|
|
41
|
+
exports.fontFamily = 'TASA Orbiter';
|
|
42
|
+
const loadFont = (style, options) => {
|
|
43
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
44
|
+
};
|
|
45
|
+
exports.loadFont = loadFont;
|
package/dist/cjs/TikTokSans.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'TikTok Sans',
|
|
7
7
|
importName: 'TikTokSans',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v6',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=TikTok+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
'cyrillic-ext': 'U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F',
|
|
@@ -18,60 +18,60 @@ const getInfo = () => ({
|
|
|
18
18
|
fonts: {
|
|
19
19
|
normal: {
|
|
20
20
|
'300': {
|
|
21
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
22
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
23
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
24
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
25
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
26
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
21
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
22
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
23
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
24
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
25
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
27
27
|
},
|
|
28
28
|
'400': {
|
|
29
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
30
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
31
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
32
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
33
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
34
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
29
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
30
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
31
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
32
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
35
35
|
},
|
|
36
36
|
'500': {
|
|
37
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
38
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
39
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
40
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
41
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
42
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
37
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
38
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
39
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
40
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
41
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
42
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
43
43
|
},
|
|
44
44
|
'600': {
|
|
45
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
46
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
47
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
48
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
49
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
50
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
45
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
46
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
47
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
48
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
49
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
50
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
51
51
|
},
|
|
52
52
|
'700': {
|
|
53
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
54
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
55
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
56
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
57
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
58
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
53
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
54
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
55
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
56
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
57
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
58
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
59
59
|
},
|
|
60
60
|
'800': {
|
|
61
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
62
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
63
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
64
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
65
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
66
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
61
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
62
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
63
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
64
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
65
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
66
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
67
67
|
},
|
|
68
68
|
'900': {
|
|
69
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
70
|
-
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
71
|
-
greek: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
72
|
-
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
73
|
-
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/
|
|
74
|
-
latin: 'https://fonts.gstatic.com/s/tiktoksans/
|
|
69
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBAB5OR2g.woff2',
|
|
70
|
+
cyrillic: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBJB5OR2g.woff2',
|
|
71
|
+
greek: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBOB5OR2g.woff2',
|
|
72
|
+
vietnamese: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBCB5OR2g.woff2',
|
|
73
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBDB5OR2g.woff2',
|
|
74
|
+
latin: 'https://fonts.gstatic.com/s/tiktoksans/v6/70luu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5NBNB5M.woff2',
|
|
75
75
|
},
|
|
76
76
|
},
|
|
77
77
|
},
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export declare const getInfo: () => {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
importName: string;
|
|
4
|
+
version: string;
|
|
5
|
+
url: string;
|
|
6
|
+
unicodeRanges: {
|
|
7
|
+
tifinagh: string;
|
|
8
|
+
'latin-ext': string;
|
|
9
|
+
latin: string;
|
|
10
|
+
};
|
|
11
|
+
fonts: {
|
|
12
|
+
normal: {
|
|
13
|
+
'400': {
|
|
14
|
+
tifinagh: string;
|
|
15
|
+
'latin-ext': string;
|
|
16
|
+
latin: string;
|
|
17
|
+
};
|
|
18
|
+
'500': {
|
|
19
|
+
tifinagh: string;
|
|
20
|
+
'latin-ext': string;
|
|
21
|
+
latin: string;
|
|
22
|
+
};
|
|
23
|
+
'600': {
|
|
24
|
+
tifinagh: string;
|
|
25
|
+
'latin-ext': string;
|
|
26
|
+
latin: string;
|
|
27
|
+
};
|
|
28
|
+
'700': {
|
|
29
|
+
tifinagh: string;
|
|
30
|
+
'latin-ext': string;
|
|
31
|
+
latin: string;
|
|
32
|
+
};
|
|
33
|
+
'800': {
|
|
34
|
+
tifinagh: string;
|
|
35
|
+
'latin-ext': string;
|
|
36
|
+
latin: string;
|
|
37
|
+
};
|
|
38
|
+
'900': {
|
|
39
|
+
tifinagh: string;
|
|
40
|
+
'latin-ext': string;
|
|
41
|
+
latin: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
subsets: string[];
|
|
46
|
+
};
|
|
47
|
+
export declare const fontFamily: "Tirra";
|
|
48
|
+
type Variants = {
|
|
49
|
+
normal: {
|
|
50
|
+
weights: '400' | '500' | '600' | '700' | '800' | '900';
|
|
51
|
+
subsets: 'latin' | 'latin-ext' | 'tifinagh';
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
|
|
55
|
+
weights?: Variants[T]["weights"][];
|
|
56
|
+
subsets?: Variants[T]["subsets"][];
|
|
57
|
+
document?: Document;
|
|
58
|
+
ignoreTooManyRequestsWarning?: boolean;
|
|
59
|
+
}) => {
|
|
60
|
+
fontFamily: import("./base").FontInfo["fontFamily"];
|
|
61
|
+
fonts: import("./base").FontInfo["fonts"];
|
|
62
|
+
unicodeRanges: import("./base").FontInfo["unicodeRanges"];
|
|
63
|
+
waitUntilDone: () => Promise<undefined>;
|
|
64
|
+
};
|
|
65
|
+
export {};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loadFont = exports.fontFamily = exports.getInfo = void 0;
|
|
4
|
+
const base_1 = require("./base");
|
|
5
|
+
const getInfo = () => ({
|
|
6
|
+
fontFamily: 'Tirra',
|
|
7
|
+
importName: 'Tirra',
|
|
8
|
+
version: 'v2',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Tirra:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
tifinagh: 'U+02C7, U+0301-0302, U+0304, U+0306-0307, U+0309, U+0323, U+0331, U+200C-200D, U+202E, U+25CC, U+2D30-2D7F',
|
|
12
|
+
'latin-ext': 'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, 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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
|
|
14
|
+
},
|
|
15
|
+
fonts: {
|
|
16
|
+
normal: {
|
|
17
|
+
'400': {
|
|
18
|
+
tifinagh: 'https://fonts.gstatic.com/s/tirra/v2/WBLrrEnNakREGoPi1gDtWg.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tirra/v2/WBLrrEnNakREGoPM1gDtWg.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/tirra/v2/WBLrrEnNakREGoPC1gA.woff2',
|
|
21
|
+
},
|
|
22
|
+
'500': {
|
|
23
|
+
tifinagh: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosx9RXye2DwLQ.woff2',
|
|
24
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosx9RXce2DwLQ.woff2',
|
|
25
|
+
latin: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosx9RXSe2A.woff2',
|
|
26
|
+
},
|
|
27
|
+
'600': {
|
|
28
|
+
tifinagh: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosd8hXye2DwLQ.woff2',
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosd8hXce2DwLQ.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosd8hXSe2A.woff2',
|
|
31
|
+
},
|
|
32
|
+
'700': {
|
|
33
|
+
tifinagh: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGot58xXye2DwLQ.woff2',
|
|
34
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGot58xXce2DwLQ.woff2',
|
|
35
|
+
latin: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGot58xXSe2A.woff2',
|
|
36
|
+
},
|
|
37
|
+
'800': {
|
|
38
|
+
tifinagh: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotl8BXye2DwLQ.woff2',
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotl8BXce2DwLQ.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotl8BXSe2A.woff2',
|
|
41
|
+
},
|
|
42
|
+
'900': {
|
|
43
|
+
tifinagh: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotB8RXye2DwLQ.woff2',
|
|
44
|
+
'latin-ext': 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotB8RXce2DwLQ.woff2',
|
|
45
|
+
latin: 'https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotB8RXSe2A.woff2',
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
subsets: ['latin', 'latin-ext', 'tifinagh'],
|
|
50
|
+
});
|
|
51
|
+
exports.getInfo = getInfo;
|
|
52
|
+
exports.fontFamily = 'Tirra';
|
|
53
|
+
const loadFont = (style, options) => {
|
|
54
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
55
|
+
};
|
|
56
|
+
exports.loadFont = loadFont;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
export declare const getInfo: () => {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
importName: string;
|
|
4
|
+
version: string;
|
|
5
|
+
url: string;
|
|
6
|
+
unicodeRanges: {
|
|
7
|
+
'latin-ext': string;
|
|
8
|
+
latin: string;
|
|
9
|
+
};
|
|
10
|
+
fonts: {
|
|
11
|
+
italic: {
|
|
12
|
+
'300': {
|
|
13
|
+
'latin-ext': string;
|
|
14
|
+
latin: string;
|
|
15
|
+
};
|
|
16
|
+
'400': {
|
|
17
|
+
'latin-ext': string;
|
|
18
|
+
latin: string;
|
|
19
|
+
};
|
|
20
|
+
'500': {
|
|
21
|
+
'latin-ext': string;
|
|
22
|
+
latin: string;
|
|
23
|
+
};
|
|
24
|
+
'600': {
|
|
25
|
+
'latin-ext': string;
|
|
26
|
+
latin: string;
|
|
27
|
+
};
|
|
28
|
+
'700': {
|
|
29
|
+
'latin-ext': string;
|
|
30
|
+
latin: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
normal: {
|
|
34
|
+
'300': {
|
|
35
|
+
'latin-ext': string;
|
|
36
|
+
latin: string;
|
|
37
|
+
};
|
|
38
|
+
'400': {
|
|
39
|
+
'latin-ext': string;
|
|
40
|
+
latin: string;
|
|
41
|
+
};
|
|
42
|
+
'500': {
|
|
43
|
+
'latin-ext': string;
|
|
44
|
+
latin: string;
|
|
45
|
+
};
|
|
46
|
+
'600': {
|
|
47
|
+
'latin-ext': string;
|
|
48
|
+
latin: string;
|
|
49
|
+
};
|
|
50
|
+
'700': {
|
|
51
|
+
'latin-ext': string;
|
|
52
|
+
latin: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
subsets: string[];
|
|
57
|
+
};
|
|
58
|
+
export declare const fontFamily: "Vend Sans";
|
|
59
|
+
type Variants = {
|
|
60
|
+
italic: {
|
|
61
|
+
weights: '300' | '400' | '500' | '600' | '700';
|
|
62
|
+
subsets: 'latin' | 'latin-ext';
|
|
63
|
+
};
|
|
64
|
+
normal: {
|
|
65
|
+
weights: '300' | '400' | '500' | '600' | '700';
|
|
66
|
+
subsets: 'latin' | 'latin-ext';
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
|
|
70
|
+
weights?: Variants[T]["weights"][];
|
|
71
|
+
subsets?: Variants[T]["subsets"][];
|
|
72
|
+
document?: Document;
|
|
73
|
+
ignoreTooManyRequestsWarning?: boolean;
|
|
74
|
+
}) => {
|
|
75
|
+
fontFamily: import("./base").FontInfo["fontFamily"];
|
|
76
|
+
fonts: import("./base").FontInfo["fonts"];
|
|
77
|
+
unicodeRanges: import("./base").FontInfo["unicodeRanges"];
|
|
78
|
+
waitUntilDone: () => Promise<undefined>;
|
|
79
|
+
};
|
|
80
|
+
export {};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loadFont = exports.fontFamily = exports.getInfo = void 0;
|
|
4
|
+
const base_1 = require("./base");
|
|
5
|
+
const getInfo = () => ({
|
|
6
|
+
fontFamily: 'Vend Sans',
|
|
7
|
+
importName: 'VendSans',
|
|
8
|
+
version: 'v1',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Vend+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
'latin-ext': 'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF',
|
|
12
|
+
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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
|
|
13
|
+
},
|
|
14
|
+
fonts: {
|
|
15
|
+
italic: {
|
|
16
|
+
'300': {
|
|
17
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9ZKu-Xcw.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9XKu8.woff2',
|
|
19
|
+
},
|
|
20
|
+
'400': {
|
|
21
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9ZKu-Xcw.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9XKu8.woff2',
|
|
23
|
+
},
|
|
24
|
+
'500': {
|
|
25
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9ZKu-Xcw.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9XKu8.woff2',
|
|
27
|
+
},
|
|
28
|
+
'600': {
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9ZKu-Xcw.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9XKu8.woff2',
|
|
31
|
+
},
|
|
32
|
+
'700': {
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9ZKu-Xcw.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21j_d7ijufNwCJPEUscUT9XKu8.woff2',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
normal: {
|
|
38
|
+
'300': {
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscWg9VMus.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscVA9V.woff2',
|
|
41
|
+
},
|
|
42
|
+
'400': {
|
|
43
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscWg9VMus.woff2',
|
|
44
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscVA9V.woff2',
|
|
45
|
+
},
|
|
46
|
+
'500': {
|
|
47
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscWg9VMus.woff2',
|
|
48
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscVA9V.woff2',
|
|
49
|
+
},
|
|
50
|
+
'600': {
|
|
51
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscWg9VMus.woff2',
|
|
52
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscVA9V.woff2',
|
|
53
|
+
},
|
|
54
|
+
'700': {
|
|
55
|
+
'latin-ext': 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscWg9VMus.woff2',
|
|
56
|
+
latin: 'https://fonts.gstatic.com/s/vendsans/v1/E21l_d7ijufNwCJPEUscVA9V.woff2',
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
|
+
subsets: ['latin', 'latin-ext'],
|
|
61
|
+
});
|
|
62
|
+
exports.getInfo = getInfo;
|
|
63
|
+
exports.fontFamily = 'Vend Sans';
|
|
64
|
+
const loadFont = (style, options) => {
|
|
65
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
66
|
+
};
|
|
67
|
+
exports.loadFont = loadFont;
|