@remotion/google-fonts 4.0.473 → 4.0.475
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/AlienBlock.d.ts +38 -0
- package/dist/cjs/AlienBlock.js +29 -0
- package/dist/cjs/GeistMono.js +109 -109
- package/dist/cjs/MPLUSRounded1c.js +883 -883
- package/dist/cjs/Pliant.d.ts +188 -0
- package/dist/cjs/Pliant.js +182 -0
- package/dist/cjs/index.js +10 -0
- package/dist/esm/AlienBlock.mjs +167 -0
- package/dist/esm/GeistMono.mjs +109 -109
- package/dist/esm/MPLUSRounded1c.mjs +883 -883
- package/dist/esm/Pliant.mjs +320 -0
- package/dist/esm/index.mjs +10 -0
- package/package.json +8 -2
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
};
|
|
17
|
+
};
|
|
18
|
+
subsets: string[];
|
|
19
|
+
};
|
|
20
|
+
export declare const fontFamily: "Alien Block";
|
|
21
|
+
type Variants = {
|
|
22
|
+
normal: {
|
|
23
|
+
weights: '400';
|
|
24
|
+
subsets: 'latin' | 'latin-ext';
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export declare const loadFont: <T extends "normal">(style?: T | undefined, options?: {
|
|
28
|
+
weights?: Variants[T]["weights"][] | undefined;
|
|
29
|
+
subsets?: Variants[T]["subsets"][] | undefined;
|
|
30
|
+
document?: Document | undefined;
|
|
31
|
+
ignoreTooManyRequestsWarning?: boolean | undefined;
|
|
32
|
+
} | undefined) => {
|
|
33
|
+
fontFamily: string;
|
|
34
|
+
fonts: Record<string, Record<string, Record<string, string>>>;
|
|
35
|
+
unicodeRanges: Record<string, string>;
|
|
36
|
+
waitUntilDone: () => Promise<undefined>;
|
|
37
|
+
};
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
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: 'Alien Block',
|
|
7
|
+
importName: 'AlienBlock',
|
|
8
|
+
version: 'v2',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Alien+Block:ital,wght@0,400',
|
|
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/alienblock/v2/JIA3UVFjdXpFsgA7S8BAOyOrNTQfeQ.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/alienblock/v2/JIA3UVFjdXpFsgA7S8BAOyOlNTQ.woff2',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
subsets: ['latin', 'latin-ext'],
|
|
23
|
+
});
|
|
24
|
+
exports.getInfo = getInfo;
|
|
25
|
+
exports.fontFamily = 'Alien Block';
|
|
26
|
+
const loadFont = (style, options) => {
|
|
27
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
28
|
+
};
|
|
29
|
+
exports.loadFont = loadFont;
|
package/dist/cjs/GeistMono.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Geist Mono',
|
|
7
7
|
importName: 'GeistMono',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v6',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Geist+Mono: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
|
'cyrillic-ext': 'U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F',
|
|
@@ -18,150 +18,150 @@ const getInfo = () => ({
|
|
|
18
18
|
fonts: {
|
|
19
19
|
italic: {
|
|
20
20
|
'100': {
|
|
21
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
22
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
23
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
24
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
25
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
26
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
21
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
22
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
23
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
24
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
25
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
26
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
27
27
|
},
|
|
28
28
|
'200': {
|
|
29
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
30
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
31
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
32
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
33
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
34
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
29
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
30
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
31
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
32
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
35
35
|
},
|
|
36
36
|
'300': {
|
|
37
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
38
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
39
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
40
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
41
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
42
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
37
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
38
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
39
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
40
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
41
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
42
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
43
43
|
},
|
|
44
44
|
'400': {
|
|
45
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
46
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
47
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
48
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
49
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
50
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
45
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
46
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
47
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
48
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
49
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
50
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
51
51
|
},
|
|
52
52
|
'500': {
|
|
53
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
54
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
55
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
56
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
57
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
58
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
53
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
54
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
55
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
56
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
57
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
58
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
59
59
|
},
|
|
60
60
|
'600': {
|
|
61
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
62
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
63
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
64
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
65
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
66
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
61
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
62
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
63
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
64
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
65
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
66
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
67
67
|
},
|
|
68
68
|
'700': {
|
|
69
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
70
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
71
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
72
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
73
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
74
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
69
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
70
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
71
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
72
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
73
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
74
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
75
75
|
},
|
|
76
76
|
'800': {
|
|
77
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
78
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
79
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
80
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
81
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
82
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
77
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
78
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
79
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
80
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
81
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
82
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
83
83
|
},
|
|
84
84
|
'900': {
|
|
85
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
86
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
87
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
88
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
89
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
90
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
85
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlRvjvks.woff2',
|
|
86
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItnBvjvks.woff2',
|
|
87
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItIjrGg3IU.woff2',
|
|
88
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlxvjvks.woff2',
|
|
89
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItlhvjvks.woff2',
|
|
90
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3lQ6H-1_WfwkMZI_qYFrItmBvj.woff2',
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
93
|
normal: {
|
|
94
94
|
'100': {
|
|
95
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
96
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
97
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
98
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
99
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
100
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
95
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
96
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
97
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
98
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
99
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
100
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
101
101
|
},
|
|
102
102
|
'200': {
|
|
103
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
104
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
105
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
106
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
107
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
108
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
103
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
104
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
105
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
106
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
107
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
108
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
109
109
|
},
|
|
110
110
|
'300': {
|
|
111
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
112
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
113
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
114
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
115
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
116
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
111
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
112
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
113
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
114
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
115
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
116
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
117
117
|
},
|
|
118
118
|
'400': {
|
|
119
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
120
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
121
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
122
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
123
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
124
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
119
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
120
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
121
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
122
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
123
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
124
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
125
125
|
},
|
|
126
126
|
'500': {
|
|
127
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
128
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
129
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
130
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
131
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
132
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
127
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
128
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
129
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
130
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
131
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
132
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
133
133
|
},
|
|
134
134
|
'600': {
|
|
135
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
136
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
137
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
138
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
139
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
140
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
135
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
136
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
137
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
138
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
139
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
140
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
141
141
|
},
|
|
142
142
|
'700': {
|
|
143
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
144
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
145
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
146
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
147
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
148
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
143
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
144
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
145
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
146
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
147
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
148
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
149
149
|
},
|
|
150
150
|
'800': {
|
|
151
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
152
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
153
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
154
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
155
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
156
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
151
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
152
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
153
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
154
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
155
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
156
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
157
157
|
},
|
|
158
158
|
'900': {
|
|
159
|
-
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
160
|
-
cyrillic: 'https://fonts.gstatic.com/s/geistmono/
|
|
161
|
-
symbols2: 'https://fonts.gstatic.com/s/geistmono/
|
|
162
|
-
vietnamese: 'https://fonts.gstatic.com/s/geistmono/
|
|
163
|
-
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/
|
|
164
|
-
latin: 'https://fonts.gstatic.com/s/geistmono/
|
|
159
|
+
'cyrillic-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrodmgPn.woff2',
|
|
160
|
+
cyrillic: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrMdmgPn.woff2',
|
|
161
|
+
symbols2: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFg08vz7ehw.woff2',
|
|
162
|
+
vietnamese: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrgdmgPn.woff2',
|
|
163
|
+
'latin-ext': 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrkdmgPn.woff2',
|
|
164
|
+
latin: 'https://fonts.gstatic.com/s/geistmono/v6/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2',
|
|
165
165
|
},
|
|
166
166
|
},
|
|
167
167
|
},
|