@remotion/google-fonts 4.0.443 → 4.0.445
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/BJCree.d.ts +50 -0
- package/dist/cjs/BJCree.js +41 -0
- package/dist/cjs/Coustard.d.ts +4 -1
- package/dist/cjs/Coustard.js +7 -4
- package/dist/cjs/GoogleSansFlex.js +91 -91
- package/dist/cjs/Grenze.js +55 -55
- package/dist/cjs/Mingzat.js +4 -4
- package/dist/cjs/MirandaSans.d.ts +72 -0
- package/dist/cjs/MirandaSans.js +59 -0
- package/dist/cjs/SairaStencil.d.ts +131 -0
- package/dist/cjs/SairaStencil.js +118 -0
- package/dist/cjs/ZalandoSans.d.ts +19 -2
- package/dist/cjs/ZalandoSans.js +51 -34
- package/dist/cjs/ZalandoSansExpanded.d.ts +19 -2
- package/dist/cjs/ZalandoSansExpanded.js +51 -34
- package/dist/cjs/ZalandoSansSemiExpanded.d.ts +19 -2
- package/dist/cjs/ZalandoSansSemiExpanded.js +51 -34
- package/dist/cjs/index.js +15 -0
- package/dist/esm/BJCree.mjs +149 -0
- package/dist/esm/Coustard.mjs +7 -4
- package/dist/esm/GoogleSansFlex.mjs +91 -91
- package/dist/esm/Grenze.mjs +55 -55
- package/dist/esm/Mingzat.mjs +4 -4
- package/dist/esm/MirandaSans.mjs +167 -0
- package/dist/esm/SairaStencil.mjs +226 -0
- package/dist/esm/ZalandoSans.mjs +51 -34
- package/dist/esm/ZalandoSansExpanded.mjs +51 -34
- package/dist/esm/ZalandoSansSemiExpanded.mjs +51 -34
- package/dist/esm/index.mjs +15 -0
- package/package.json +11 -2
package/dist/cjs/Mingzat.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Mingzat',
|
|
7
7
|
importName: 'Mingzat',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v12',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Mingzat:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
lepcha: 'U+1C00-1C4F, U+200C-200D, U+25CC',
|
|
@@ -15,9 +15,9 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
normal: {
|
|
17
17
|
'400': {
|
|
18
|
-
lepcha: 'https://fonts.gstatic.com/s/mingzat/
|
|
19
|
-
'latin-ext': 'https://fonts.gstatic.com/s/mingzat/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/mingzat/
|
|
18
|
+
lepcha: 'https://fonts.gstatic.com/s/mingzat/v12/0QIgMX5C-o-oWWyvNuRumsmv.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mingzat/v12/0QIgMX5C-o-oWWyvNtJumsmv.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/mingzat/v12/0QIgMX5C-o-oWWyvNtxumg.woff2',
|
|
21
21
|
},
|
|
22
22
|
},
|
|
23
23
|
},
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
'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
|
+
};
|
|
29
|
+
normal: {
|
|
30
|
+
'400': {
|
|
31
|
+
'latin-ext': string;
|
|
32
|
+
latin: string;
|
|
33
|
+
};
|
|
34
|
+
'500': {
|
|
35
|
+
'latin-ext': string;
|
|
36
|
+
latin: string;
|
|
37
|
+
};
|
|
38
|
+
'600': {
|
|
39
|
+
'latin-ext': string;
|
|
40
|
+
latin: string;
|
|
41
|
+
};
|
|
42
|
+
'700': {
|
|
43
|
+
'latin-ext': string;
|
|
44
|
+
latin: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
subsets: string[];
|
|
49
|
+
};
|
|
50
|
+
export declare const fontFamily: "Miranda Sans";
|
|
51
|
+
type Variants = {
|
|
52
|
+
italic: {
|
|
53
|
+
weights: '400' | '500' | '600' | '700';
|
|
54
|
+
subsets: 'latin' | 'latin-ext';
|
|
55
|
+
};
|
|
56
|
+
normal: {
|
|
57
|
+
weights: '400' | '500' | '600' | '700';
|
|
58
|
+
subsets: 'latin' | 'latin-ext';
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export declare const loadFont: <T extends keyof Variants>(style?: T | undefined, options?: {
|
|
62
|
+
weights?: Variants[T]["weights"][] | undefined;
|
|
63
|
+
subsets?: Variants[T]["subsets"][] | undefined;
|
|
64
|
+
document?: Document | undefined;
|
|
65
|
+
ignoreTooManyRequestsWarning?: boolean | undefined;
|
|
66
|
+
} | undefined) => {
|
|
67
|
+
fontFamily: string;
|
|
68
|
+
fonts: Record<string, Record<string, Record<string, string>>>;
|
|
69
|
+
unicodeRanges: Record<string, string>;
|
|
70
|
+
waitUntilDone: () => Promise<undefined>;
|
|
71
|
+
};
|
|
72
|
+
export {};
|
|
@@ -0,0 +1,59 @@
|
|
|
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: 'Miranda Sans',
|
|
7
|
+
importName: 'MirandaSans',
|
|
8
|
+
version: 'v3',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Miranda+Sans:ital,wght@0,400;0,500;0,600;0,700;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
|
+
'400': {
|
|
17
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar31fl13uA.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar37fl0.woff2',
|
|
19
|
+
},
|
|
20
|
+
'500': {
|
|
21
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar31fl13uA.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar37fl0.woff2',
|
|
23
|
+
},
|
|
24
|
+
'600': {
|
|
25
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar31fl13uA.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar37fl0.woff2',
|
|
27
|
+
},
|
|
28
|
+
'700': {
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar31fl13uA.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTN7Pt8ZWk4XsiWhk7Rb_edar37fl0.woff2',
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
normal: {
|
|
34
|
+
'400': {
|
|
35
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edYY35Zlk.woff2',
|
|
36
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edb435.woff2',
|
|
37
|
+
},
|
|
38
|
+
'500': {
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edYY35Zlk.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edb435.woff2',
|
|
41
|
+
},
|
|
42
|
+
'600': {
|
|
43
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edYY35Zlk.woff2',
|
|
44
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edb435.woff2',
|
|
45
|
+
},
|
|
46
|
+
'700': {
|
|
47
|
+
'latin-ext': 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edYY35Zlk.woff2',
|
|
48
|
+
latin: 'https://fonts.gstatic.com/s/mirandasans/v3/aFTT7Pt8ZWk4XsiWhk7Rb_edb435.woff2',
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
subsets: ['latin', 'latin-ext'],
|
|
53
|
+
});
|
|
54
|
+
exports.getInfo = getInfo;
|
|
55
|
+
exports.fontFamily = 'Miranda Sans';
|
|
56
|
+
const loadFont = (style, options) => {
|
|
57
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
58
|
+
};
|
|
59
|
+
exports.loadFont = loadFont;
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
export declare const getInfo: () => {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
importName: string;
|
|
4
|
+
version: string;
|
|
5
|
+
url: string;
|
|
6
|
+
unicodeRanges: {
|
|
7
|
+
vietnamese: string;
|
|
8
|
+
'latin-ext': string;
|
|
9
|
+
latin: string;
|
|
10
|
+
};
|
|
11
|
+
fonts: {
|
|
12
|
+
italic: {
|
|
13
|
+
'100': {
|
|
14
|
+
vietnamese: string;
|
|
15
|
+
'latin-ext': string;
|
|
16
|
+
latin: string;
|
|
17
|
+
};
|
|
18
|
+
'200': {
|
|
19
|
+
vietnamese: string;
|
|
20
|
+
'latin-ext': string;
|
|
21
|
+
latin: string;
|
|
22
|
+
};
|
|
23
|
+
'300': {
|
|
24
|
+
vietnamese: string;
|
|
25
|
+
'latin-ext': string;
|
|
26
|
+
latin: string;
|
|
27
|
+
};
|
|
28
|
+
'400': {
|
|
29
|
+
vietnamese: string;
|
|
30
|
+
'latin-ext': string;
|
|
31
|
+
latin: string;
|
|
32
|
+
};
|
|
33
|
+
'500': {
|
|
34
|
+
vietnamese: string;
|
|
35
|
+
'latin-ext': string;
|
|
36
|
+
latin: string;
|
|
37
|
+
};
|
|
38
|
+
'600': {
|
|
39
|
+
vietnamese: string;
|
|
40
|
+
'latin-ext': string;
|
|
41
|
+
latin: string;
|
|
42
|
+
};
|
|
43
|
+
'700': {
|
|
44
|
+
vietnamese: string;
|
|
45
|
+
'latin-ext': string;
|
|
46
|
+
latin: string;
|
|
47
|
+
};
|
|
48
|
+
'800': {
|
|
49
|
+
vietnamese: string;
|
|
50
|
+
'latin-ext': string;
|
|
51
|
+
latin: string;
|
|
52
|
+
};
|
|
53
|
+
'900': {
|
|
54
|
+
vietnamese: string;
|
|
55
|
+
'latin-ext': string;
|
|
56
|
+
latin: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
normal: {
|
|
60
|
+
'100': {
|
|
61
|
+
vietnamese: string;
|
|
62
|
+
'latin-ext': string;
|
|
63
|
+
latin: string;
|
|
64
|
+
};
|
|
65
|
+
'200': {
|
|
66
|
+
vietnamese: string;
|
|
67
|
+
'latin-ext': string;
|
|
68
|
+
latin: string;
|
|
69
|
+
};
|
|
70
|
+
'300': {
|
|
71
|
+
vietnamese: string;
|
|
72
|
+
'latin-ext': string;
|
|
73
|
+
latin: string;
|
|
74
|
+
};
|
|
75
|
+
'400': {
|
|
76
|
+
vietnamese: string;
|
|
77
|
+
'latin-ext': string;
|
|
78
|
+
latin: string;
|
|
79
|
+
};
|
|
80
|
+
'500': {
|
|
81
|
+
vietnamese: string;
|
|
82
|
+
'latin-ext': string;
|
|
83
|
+
latin: string;
|
|
84
|
+
};
|
|
85
|
+
'600': {
|
|
86
|
+
vietnamese: string;
|
|
87
|
+
'latin-ext': string;
|
|
88
|
+
latin: string;
|
|
89
|
+
};
|
|
90
|
+
'700': {
|
|
91
|
+
vietnamese: string;
|
|
92
|
+
'latin-ext': string;
|
|
93
|
+
latin: string;
|
|
94
|
+
};
|
|
95
|
+
'800': {
|
|
96
|
+
vietnamese: string;
|
|
97
|
+
'latin-ext': string;
|
|
98
|
+
latin: string;
|
|
99
|
+
};
|
|
100
|
+
'900': {
|
|
101
|
+
vietnamese: string;
|
|
102
|
+
'latin-ext': string;
|
|
103
|
+
latin: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
subsets: string[];
|
|
108
|
+
};
|
|
109
|
+
export declare const fontFamily: "Saira Stencil";
|
|
110
|
+
type Variants = {
|
|
111
|
+
italic: {
|
|
112
|
+
weights: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
113
|
+
subsets: 'latin' | 'latin-ext' | 'vietnamese';
|
|
114
|
+
};
|
|
115
|
+
normal: {
|
|
116
|
+
weights: '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
117
|
+
subsets: 'latin' | 'latin-ext' | 'vietnamese';
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
export declare const loadFont: <T extends keyof Variants>(style?: T | undefined, options?: {
|
|
121
|
+
weights?: Variants[T]["weights"][] | undefined;
|
|
122
|
+
subsets?: Variants[T]["subsets"][] | undefined;
|
|
123
|
+
document?: Document | undefined;
|
|
124
|
+
ignoreTooManyRequestsWarning?: boolean | undefined;
|
|
125
|
+
} | undefined) => {
|
|
126
|
+
fontFamily: string;
|
|
127
|
+
fonts: Record<string, Record<string, Record<string, string>>>;
|
|
128
|
+
unicodeRanges: Record<string, string>;
|
|
129
|
+
waitUntilDone: () => Promise<undefined>;
|
|
130
|
+
};
|
|
131
|
+
export {};
|
|
@@ -0,0 +1,118 @@
|
|
|
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: 'Saira Stencil',
|
|
7
|
+
importName: 'SairaStencil',
|
|
8
|
+
version: 'v2',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Saira+Stencil:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
vietnamese: 'U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB',
|
|
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
|
+
italic: {
|
|
17
|
+
'100': {
|
|
18
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
21
|
+
},
|
|
22
|
+
'200': {
|
|
23
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
24
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
25
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
26
|
+
},
|
|
27
|
+
'300': {
|
|
28
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
31
|
+
},
|
|
32
|
+
'400': {
|
|
33
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
34
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
35
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
36
|
+
},
|
|
37
|
+
'500': {
|
|
38
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
41
|
+
},
|
|
42
|
+
'600': {
|
|
43
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
44
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
45
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
46
|
+
},
|
|
47
|
+
'700': {
|
|
48
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
49
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
50
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
51
|
+
},
|
|
52
|
+
'800': {
|
|
53
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
54
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
55
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
56
|
+
},
|
|
57
|
+
'900': {
|
|
58
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZ1nJSVM.woff2',
|
|
59
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZxnJSVM.woff2',
|
|
60
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At-GsqgM5eNT0-b9cD0X9C_mR3iDDrE6Qa8o6VEXBwqLZJnJQ.woff2',
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
normal: {
|
|
64
|
+
'100': {
|
|
65
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
66
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
67
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
68
|
+
},
|
|
69
|
+
'200': {
|
|
70
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
71
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
72
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
73
|
+
},
|
|
74
|
+
'300': {
|
|
75
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
76
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
77
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
78
|
+
},
|
|
79
|
+
'400': {
|
|
80
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
81
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
82
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
83
|
+
},
|
|
84
|
+
'500': {
|
|
85
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
86
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
87
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
88
|
+
},
|
|
89
|
+
'600': {
|
|
90
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
91
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
92
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
93
|
+
},
|
|
94
|
+
'700': {
|
|
95
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
96
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
97
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
98
|
+
},
|
|
99
|
+
'800': {
|
|
100
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
101
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
102
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
103
|
+
},
|
|
104
|
+
'900': {
|
|
105
|
+
vietnamese: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRgHZB_IQ.woff2',
|
|
106
|
+
'latin-ext': 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRhHZB_IQ.woff2',
|
|
107
|
+
latin: 'https://fonts.gstatic.com/s/sairastencil/v2/8At8GsqgM5eNT0-b9cD0X9C_sxTQ79q9upASpLCMHsRvHZA.woff2',
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
subsets: ['latin', 'latin-ext', 'vietnamese'],
|
|
112
|
+
});
|
|
113
|
+
exports.getInfo = getInfo;
|
|
114
|
+
exports.fontFamily = 'Saira Stencil';
|
|
115
|
+
const loadFont = (style, options) => {
|
|
116
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
117
|
+
};
|
|
118
|
+
exports.loadFont = loadFont;
|
|
@@ -4,74 +4,91 @@ export declare const getInfo: () => {
|
|
|
4
4
|
version: string;
|
|
5
5
|
url: string;
|
|
6
6
|
unicodeRanges: {
|
|
7
|
+
vietnamese: string;
|
|
7
8
|
'latin-ext': string;
|
|
8
9
|
latin: string;
|
|
9
10
|
};
|
|
10
11
|
fonts: {
|
|
11
12
|
italic: {
|
|
12
13
|
'200': {
|
|
14
|
+
vietnamese: string;
|
|
13
15
|
'latin-ext': string;
|
|
14
16
|
latin: string;
|
|
15
17
|
};
|
|
16
18
|
'300': {
|
|
19
|
+
vietnamese: string;
|
|
17
20
|
'latin-ext': string;
|
|
18
21
|
latin: string;
|
|
19
22
|
};
|
|
20
23
|
'400': {
|
|
24
|
+
vietnamese: string;
|
|
21
25
|
'latin-ext': string;
|
|
22
26
|
latin: string;
|
|
23
27
|
};
|
|
24
28
|
'500': {
|
|
29
|
+
vietnamese: string;
|
|
25
30
|
'latin-ext': string;
|
|
26
31
|
latin: string;
|
|
27
32
|
};
|
|
28
33
|
'600': {
|
|
34
|
+
vietnamese: string;
|
|
29
35
|
'latin-ext': string;
|
|
30
36
|
latin: string;
|
|
31
37
|
};
|
|
32
38
|
'700': {
|
|
39
|
+
vietnamese: string;
|
|
33
40
|
'latin-ext': string;
|
|
34
41
|
latin: string;
|
|
35
42
|
};
|
|
36
43
|
'800': {
|
|
44
|
+
vietnamese: string;
|
|
37
45
|
'latin-ext': string;
|
|
38
46
|
latin: string;
|
|
39
47
|
};
|
|
40
48
|
'900': {
|
|
49
|
+
vietnamese: string;
|
|
41
50
|
'latin-ext': string;
|
|
42
51
|
latin: string;
|
|
43
52
|
};
|
|
44
53
|
};
|
|
45
54
|
normal: {
|
|
46
55
|
'200': {
|
|
56
|
+
vietnamese: string;
|
|
47
57
|
'latin-ext': string;
|
|
48
58
|
latin: string;
|
|
49
59
|
};
|
|
50
60
|
'300': {
|
|
61
|
+
vietnamese: string;
|
|
51
62
|
'latin-ext': string;
|
|
52
63
|
latin: string;
|
|
53
64
|
};
|
|
54
65
|
'400': {
|
|
66
|
+
vietnamese: string;
|
|
55
67
|
'latin-ext': string;
|
|
56
68
|
latin: string;
|
|
57
69
|
};
|
|
58
70
|
'500': {
|
|
71
|
+
vietnamese: string;
|
|
59
72
|
'latin-ext': string;
|
|
60
73
|
latin: string;
|
|
61
74
|
};
|
|
62
75
|
'600': {
|
|
76
|
+
vietnamese: string;
|
|
63
77
|
'latin-ext': string;
|
|
64
78
|
latin: string;
|
|
65
79
|
};
|
|
66
80
|
'700': {
|
|
81
|
+
vietnamese: string;
|
|
67
82
|
'latin-ext': string;
|
|
68
83
|
latin: string;
|
|
69
84
|
};
|
|
70
85
|
'800': {
|
|
86
|
+
vietnamese: string;
|
|
71
87
|
'latin-ext': string;
|
|
72
88
|
latin: string;
|
|
73
89
|
};
|
|
74
90
|
'900': {
|
|
91
|
+
vietnamese: string;
|
|
75
92
|
'latin-ext': string;
|
|
76
93
|
latin: string;
|
|
77
94
|
};
|
|
@@ -83,11 +100,11 @@ export declare const fontFamily: "Zalando Sans";
|
|
|
83
100
|
type Variants = {
|
|
84
101
|
italic: {
|
|
85
102
|
weights: '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
86
|
-
subsets: 'latin' | 'latin-ext';
|
|
103
|
+
subsets: 'latin' | 'latin-ext' | 'vietnamese';
|
|
87
104
|
};
|
|
88
105
|
normal: {
|
|
89
106
|
weights: '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
90
|
-
subsets: 'latin' | 'latin-ext';
|
|
107
|
+
subsets: 'latin' | 'latin-ext' | 'vietnamese';
|
|
91
108
|
};
|
|
92
109
|
};
|
|
93
110
|
export declare const loadFont: <T extends keyof Variants>(style?: T | undefined, options?: {
|