@remotion/google-fonts 4.0.442 → 4.0.444
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
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export declare const getInfo: () => {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
importName: string;
|
|
4
|
+
version: string;
|
|
5
|
+
url: string;
|
|
6
|
+
unicodeRanges: {
|
|
7
|
+
'canadian-aboriginal': string;
|
|
8
|
+
latin: string;
|
|
9
|
+
};
|
|
10
|
+
fonts: {
|
|
11
|
+
normal: {
|
|
12
|
+
'400': {
|
|
13
|
+
'canadian-aboriginal': string;
|
|
14
|
+
latin: string;
|
|
15
|
+
};
|
|
16
|
+
'500': {
|
|
17
|
+
'canadian-aboriginal': string;
|
|
18
|
+
latin: string;
|
|
19
|
+
};
|
|
20
|
+
'600': {
|
|
21
|
+
'canadian-aboriginal': string;
|
|
22
|
+
latin: string;
|
|
23
|
+
};
|
|
24
|
+
'700': {
|
|
25
|
+
'canadian-aboriginal': string;
|
|
26
|
+
latin: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
subsets: string[];
|
|
31
|
+
};
|
|
32
|
+
export declare const fontFamily: "BJ Cree";
|
|
33
|
+
type Variants = {
|
|
34
|
+
normal: {
|
|
35
|
+
weights: '400' | '500' | '600' | '700';
|
|
36
|
+
subsets: 'canadian-aboriginal' | 'latin';
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export declare const loadFont: <T extends "normal">(style?: T | undefined, options?: {
|
|
40
|
+
weights?: Variants[T]["weights"][] | undefined;
|
|
41
|
+
subsets?: Variants[T]["subsets"][] | undefined;
|
|
42
|
+
document?: Document | undefined;
|
|
43
|
+
ignoreTooManyRequestsWarning?: boolean | undefined;
|
|
44
|
+
} | undefined) => {
|
|
45
|
+
fontFamily: string;
|
|
46
|
+
fonts: Record<string, Record<string, Record<string, string>>>;
|
|
47
|
+
unicodeRanges: Record<string, string>;
|
|
48
|
+
waitUntilDone: () => Promise<undefined>;
|
|
49
|
+
};
|
|
50
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
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: 'BJ Cree',
|
|
7
|
+
importName: 'BJCree',
|
|
8
|
+
version: 'v1',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=BJ+Cree:ital,wght@0,400;0,500;0,600;0,700',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
'canadian-aboriginal': 'U+02C7, U+02D8-02D9, U+02DB, U+0307, U+1400-167F, U+18B0-18F5, U+25CC, U+11AB0-11ABF',
|
|
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
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/bjcree/v1/8QIJdijLoYvJ7b7biKAEqojk.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/bjcree/v1/8QIJdijLoYvJ7b7biI8Eqg.woff2',
|
|
19
|
+
},
|
|
20
|
+
'500': {
|
|
21
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/bjcree/v1/8QIMdijLoYvJ7b7bgHwnv5jFHdVy.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/bjcree/v1/8QIMdijLoYvJ7b7bgHwnv7fFHQ.woff2',
|
|
23
|
+
},
|
|
24
|
+
'600': {
|
|
25
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/bjcree/v1/8QIMdijLoYvJ7b7bgFAgv5jFHdVy.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/bjcree/v1/8QIMdijLoYvJ7b7bgFAgv7fFHQ.woff2',
|
|
27
|
+
},
|
|
28
|
+
'700': {
|
|
29
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/bjcree/v1/8QIMdijLoYvJ7b7bgDQhv5jFHdVy.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/bjcree/v1/8QIMdijLoYvJ7b7bgDQhv7fFHQ.woff2',
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
subsets: ['canadian-aboriginal', 'latin'],
|
|
35
|
+
});
|
|
36
|
+
exports.getInfo = getInfo;
|
|
37
|
+
exports.fontFamily = 'BJ Cree';
|
|
38
|
+
const loadFont = (style, options) => {
|
|
39
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
40
|
+
};
|
|
41
|
+
exports.loadFont = loadFont;
|
package/dist/cjs/Coustard.d.ts
CHANGED
|
@@ -4,14 +4,17 @@ export declare const getInfo: () => {
|
|
|
4
4
|
version: string;
|
|
5
5
|
url: string;
|
|
6
6
|
unicodeRanges: {
|
|
7
|
+
'latin-ext': string;
|
|
7
8
|
latin: string;
|
|
8
9
|
};
|
|
9
10
|
fonts: {
|
|
10
11
|
normal: {
|
|
11
12
|
'400': {
|
|
13
|
+
'latin-ext': string;
|
|
12
14
|
latin: string;
|
|
13
15
|
};
|
|
14
16
|
'900': {
|
|
17
|
+
'latin-ext': string;
|
|
15
18
|
latin: string;
|
|
16
19
|
};
|
|
17
20
|
};
|
|
@@ -22,7 +25,7 @@ export declare const fontFamily: "Coustard";
|
|
|
22
25
|
type Variants = {
|
|
23
26
|
normal: {
|
|
24
27
|
weights: '400' | '900';
|
|
25
|
-
subsets: 'latin';
|
|
28
|
+
subsets: 'latin' | 'latin-ext';
|
|
26
29
|
};
|
|
27
30
|
};
|
|
28
31
|
export declare const loadFont: <T extends "normal">(style?: T | undefined, options?: {
|
package/dist/cjs/Coustard.js
CHANGED
|
@@ -5,22 +5,25 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Coustard',
|
|
7
7
|
importName: 'Coustard',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v19',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Coustard:ital,wght@0,400;0,900',
|
|
10
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',
|
|
11
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',
|
|
12
13
|
},
|
|
13
14
|
fonts: {
|
|
14
15
|
normal: {
|
|
15
16
|
'400': {
|
|
16
|
-
latin: 'https://fonts.gstatic.com/s/coustard/
|
|
17
|
+
'latin-ext': 'https://fonts.gstatic.com/s/coustard/v19/3XFpErgg3YsZ5fqUU-UGt2TeRA.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/coustard/v19/3XFpErgg3YsZ5fqUU-UIt2Q.woff2',
|
|
17
19
|
},
|
|
18
20
|
'900': {
|
|
19
|
-
latin: 'https://fonts.gstatic.com/s/coustard/
|
|
21
|
+
'latin-ext': 'https://fonts.gstatic.com/s/coustard/v19/3XFuErgg3YsZ5fqUU-2LkHHvZfnk3Q.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/coustard/v19/3XFuErgg3YsZ5fqUU-2LkHHhZfk.woff2',
|
|
20
23
|
},
|
|
21
24
|
},
|
|
22
25
|
},
|
|
23
|
-
subsets: ['latin'],
|
|
26
|
+
subsets: ['latin', 'latin-ext'],
|
|
24
27
|
});
|
|
25
28
|
exports.getInfo = getInfo;
|
|
26
29
|
exports.fontFamily = 'Coustard';
|
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Google Sans Flex',
|
|
7
7
|
importName: 'GoogleSansFlex',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v19',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Google+Sans+Flex:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
'canadian-aboriginal': 'U+02C7, U+02D8-02D9, U+02DB, U+0307, U+1400-167F, U+18B0-18F5, U+25CC, U+11AB0-11ABF',
|
|
@@ -22,112 +22,112 @@ const getInfo = () => ({
|
|
|
22
22
|
fonts: {
|
|
23
23
|
normal: {
|
|
24
24
|
'100': {
|
|
25
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
26
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
27
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
28
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
29
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
30
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
31
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
32
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
33
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
34
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
25
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
26
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
27
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
28
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
29
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
30
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
31
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
32
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
35
35
|
},
|
|
36
36
|
'200': {
|
|
37
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
38
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
39
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
40
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
41
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
42
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
43
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
44
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
45
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
46
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
37
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
38
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
39
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
40
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
41
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
42
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
43
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
44
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
45
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
46
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
47
47
|
},
|
|
48
48
|
'300': {
|
|
49
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
50
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
51
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
52
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
53
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
54
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
55
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
56
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
57
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
58
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
49
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
50
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
51
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
52
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
53
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
54
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
55
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
56
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
57
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
58
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
59
59
|
},
|
|
60
60
|
'400': {
|
|
61
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
62
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
63
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
64
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
65
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
66
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
67
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
68
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
69
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
70
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
61
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
62
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
63
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
64
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
65
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
66
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
67
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
68
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
69
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
70
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
71
71
|
},
|
|
72
72
|
'500': {
|
|
73
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
74
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
75
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
76
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
77
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
78
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
79
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
80
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
81
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
82
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
73
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
74
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
75
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
76
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
77
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
78
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
79
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
80
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
81
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
82
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
83
83
|
},
|
|
84
84
|
'600': {
|
|
85
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
86
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
87
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
88
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
89
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
90
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
91
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
92
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
93
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
94
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
85
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
86
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
87
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
88
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
89
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
90
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
91
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
92
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
93
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
94
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
95
95
|
},
|
|
96
96
|
'700': {
|
|
97
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
98
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
99
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
100
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
101
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
102
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
103
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
104
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
105
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
106
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
97
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
98
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
99
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
100
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
101
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
102
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
103
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
104
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
105
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
106
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
107
107
|
},
|
|
108
108
|
'800': {
|
|
109
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
110
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
111
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
112
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
113
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
114
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
115
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
116
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
117
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
118
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
109
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
110
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
111
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
112
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
113
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
114
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
115
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
116
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
117
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
118
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
119
119
|
},
|
|
120
120
|
'900': {
|
|
121
|
-
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
122
|
-
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
123
|
-
math: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
124
|
-
nushu: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
125
|
-
symbols: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
126
|
-
syriac: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
127
|
-
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
128
|
-
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
129
|
-
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/
|
|
130
|
-
latin: 'https://fonts.gstatic.com/s/googlesansflex/
|
|
121
|
+
'canadian-aboriginal': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x5hg2a2c.woff2',
|
|
122
|
+
cherokee: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x2hg2a2c.woff2',
|
|
123
|
+
math: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xtRg2a2c.woff2',
|
|
124
|
+
nushu: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xthg2a2c.woff2',
|
|
125
|
+
symbols: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xpxg2a2c.woff2',
|
|
126
|
+
syriac: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xuhg2a2c.woff2',
|
|
127
|
+
tifinagh: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4x6Rg2a2c.woff2',
|
|
128
|
+
vietnamese: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxhg2a2c.woff2',
|
|
129
|
+
'latin-ext': 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xxxg2a2c.woff2',
|
|
130
|
+
latin: 'https://fonts.gstatic.com/s/googlesansflex/v19/t5s6IQcYNIWbFgDgAAzZ34auoVyXkJCOvp3SFWJbN5hF8Ju1x6sKCyp0l9sI40swNJwInycYAJzz0m7kJ4qFQOJBOjLvDSndo0SKMpKSTzwliVdHAy4xyRg2.woff2',
|
|
131
131
|
},
|
|
132
132
|
},
|
|
133
133
|
},
|
package/dist/cjs/Grenze.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Grenze',
|
|
7
7
|
importName: 'Grenze',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v18',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Grenze: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
10
|
unicodeRanges: {
|
|
11
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',
|
|
@@ -15,96 +15,96 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
italic: {
|
|
17
17
|
'100': {
|
|
18
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
19
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
18
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
21
21
|
},
|
|
22
22
|
'200': {
|
|
23
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
24
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
25
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
23
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
24
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
25
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
26
26
|
},
|
|
27
27
|
'300': {
|
|
28
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
29
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
30
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
28
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
31
31
|
},
|
|
32
32
|
'400': {
|
|
33
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
34
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
35
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
33
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
34
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
35
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
36
36
|
},
|
|
37
37
|
'500': {
|
|
38
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
39
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
40
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
38
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
41
41
|
},
|
|
42
42
|
'600': {
|
|
43
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
44
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
45
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
43
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
44
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
45
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
46
46
|
},
|
|
47
47
|
'700': {
|
|
48
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
49
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
50
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
48
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
49
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
50
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
51
51
|
},
|
|
52
52
|
'800': {
|
|
53
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
54
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
55
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
53
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
54
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
55
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
56
56
|
},
|
|
57
57
|
'900': {
|
|
58
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
59
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
60
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
58
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIrsggqlg.woff2',
|
|
59
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIqsggqlg.woff2',
|
|
60
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZRFGb7hR12BxqH_VIksgg.woff2',
|
|
61
61
|
},
|
|
62
62
|
},
|
|
63
63
|
normal: {
|
|
64
64
|
'100': {
|
|
65
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
66
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
67
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
65
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
66
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
67
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
68
68
|
},
|
|
69
69
|
'200': {
|
|
70
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
71
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
72
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
70
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
71
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
72
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
73
73
|
},
|
|
74
74
|
'300': {
|
|
75
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
76
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
77
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
75
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
76
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
77
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
78
78
|
},
|
|
79
79
|
'400': {
|
|
80
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
81
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
82
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
80
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
81
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
82
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
83
83
|
},
|
|
84
84
|
'500': {
|
|
85
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
86
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
87
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
85
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
86
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
87
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
88
88
|
},
|
|
89
89
|
'600': {
|
|
90
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
91
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
92
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
90
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
91
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
92
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
93
93
|
},
|
|
94
94
|
'700': {
|
|
95
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
96
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
97
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
95
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
96
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
97
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
98
98
|
},
|
|
99
99
|
'800': {
|
|
100
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
101
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
102
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
100
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
101
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
102
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
103
103
|
},
|
|
104
104
|
'900': {
|
|
105
|
-
vietnamese: 'https://fonts.gstatic.com/s/grenze/
|
|
106
|
-
'latin-ext': 'https://fonts.gstatic.com/s/grenze/
|
|
107
|
-
latin: 'https://fonts.gstatic.com/s/grenze/
|
|
105
|
+
vietnamese: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH92Imqgw.woff2',
|
|
106
|
+
'latin-ext': 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH9mImqgw.woff2',
|
|
107
|
+
latin: 'https://fonts.gstatic.com/s/grenze/v18/O4ZTFGb7hR12BxqH-GIm.woff2',
|
|
108
108
|
},
|
|
109
109
|
},
|
|
110
110
|
},
|