@remotion/google-fonts 4.0.484 → 4.0.486
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 +49 -0
- package/dist/cjs/Acme.js +2 -2
- package/dist/cjs/Alegreya.js +85 -85
- package/dist/cjs/AlegreyaSC.js +71 -71
- package/dist/cjs/AlegreyaSans.js +99 -99
- package/dist/cjs/AlegreyaSansSC.js +99 -99
- package/dist/cjs/AndadaPro.js +31 -31
- package/dist/cjs/Bitter.js +91 -91
- package/dist/cjs/Caladea.js +9 -9
- package/dist/cjs/Cambo.js +3 -3
- package/dist/cjs/Cousine.js +33 -33
- package/dist/cjs/EBGaramond.js +71 -71
- package/dist/cjs/EncodeSansCondensed.js +28 -28
- package/dist/cjs/EncodeSansExpanded.js +28 -28
- package/dist/cjs/EncodeSansSemiCondensed.js +28 -28
- package/dist/cjs/EncodeSansSemiExpanded.js +28 -28
- package/dist/cjs/GeistPixel.d.ts +38 -0
- package/dist/cjs/GeistPixel.js +29 -0
- package/dist/cjs/Genos.js +73 -73
- package/dist/cjs/GochiHand.js +2 -2
- package/dist/cjs/Gurajada.d.ts +1 -3
- package/dist/cjs/Gurajada.js +4 -6
- package/dist/cjs/InclusiveSans.js +31 -31
- package/dist/cjs/Jomhuria.d.ts +3 -1
- package/dist/cjs/Jomhuria.js +6 -4
- package/dist/cjs/Kadwa.js +5 -5
- package/dist/cjs/MontenegrinGothicOne.d.ts +38 -0
- package/dist/cjs/MontenegrinGothicOne.js +29 -0
- package/dist/cjs/Petrona.js +55 -55
- package/dist/cjs/Piazzolla.js +127 -127
- package/dist/cjs/Sahitya.js +5 -5
- package/dist/cjs/Sarala.js +7 -7
- package/dist/cjs/Telex.js +3 -3
- package/dist/cjs/TiroBangla.js +7 -7
- package/dist/cjs/TiroDevanagariHindi.js +7 -7
- package/dist/cjs/TiroDevanagariMarathi.js +7 -7
- package/dist/cjs/TiroDevanagariSanskrit.js +7 -7
- package/dist/cjs/TiroGurmukhi.js +7 -7
- package/dist/cjs/YanoneKaffeesatz.js +43 -43
- package/dist/cjs/YuseiMagic.js +122 -122
- package/dist/cjs/Yuyu.d.ts +38 -0
- package/dist/cjs/Yuyu.js +29 -0
- package/dist/cjs/YuyuShort.d.ts +38 -0
- package/dist/cjs/YuyuShort.js +29 -0
- package/dist/cjs/index.js +20 -0
- package/dist/esm/Acme.mjs +2 -2
- package/dist/esm/Alegreya.mjs +85 -85
- package/dist/esm/AlegreyaSC.mjs +71 -71
- package/dist/esm/AlegreyaSans.mjs +99 -99
- package/dist/esm/AlegreyaSansSC.mjs +99 -99
- package/dist/esm/AndadaPro.mjs +31 -31
- package/dist/esm/Bitter.mjs +91 -91
- package/dist/esm/Caladea.mjs +9 -9
- package/dist/esm/Cambo.mjs +3 -3
- package/dist/esm/Cousine.mjs +33 -33
- package/dist/esm/EBGaramond.mjs +71 -71
- package/dist/esm/EncodeSansCondensed.mjs +28 -28
- package/dist/esm/EncodeSansExpanded.mjs +28 -28
- package/dist/esm/EncodeSansSemiCondensed.mjs +28 -28
- package/dist/esm/EncodeSansSemiExpanded.mjs +28 -28
- package/dist/esm/GeistPixel.mjs +167 -0
- package/dist/esm/Genos.mjs +73 -73
- package/dist/esm/GochiHand.mjs +2 -2
- package/dist/esm/Gurajada.mjs +4 -6
- package/dist/esm/InclusiveSans.mjs +31 -31
- package/dist/esm/Jomhuria.mjs +6 -4
- package/dist/esm/Kadwa.mjs +5 -5
- package/dist/esm/MontenegrinGothicOne.mjs +167 -0
- package/dist/esm/Petrona.mjs +55 -55
- package/dist/esm/Piazzolla.mjs +127 -127
- package/dist/esm/Sahitya.mjs +5 -5
- package/dist/esm/Sarala.mjs +7 -7
- package/dist/esm/Telex.mjs +3 -3
- package/dist/esm/TiroBangla.mjs +7 -7
- package/dist/esm/TiroDevanagariHindi.mjs +7 -7
- package/dist/esm/TiroDevanagariMarathi.mjs +7 -7
- package/dist/esm/TiroDevanagariSanskrit.mjs +7 -7
- package/dist/esm/TiroGurmukhi.mjs +7 -7
- package/dist/esm/YanoneKaffeesatz.mjs +43 -43
- package/dist/esm/YuseiMagic.mjs +122 -122
- package/dist/esm/Yuyu.mjs +167 -0
- package/dist/esm/YuyuShort.mjs +167 -0
- package/dist/esm/index.mjs +20 -0
- package/package.json +14 -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: "Geist Pixel";
|
|
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: 'Geist Pixel',
|
|
7
|
+
importName: 'GeistPixel',
|
|
8
|
+
version: 'v1',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Geist+Pixel: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/geistpixel/v1/CSRs4zxZluGGW3oyI0A_AN0hQBvYDU4hBmqoKzA8Uz6ipKc.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/geistpixel/v1/CSRs4zxZluGGW3oyI0A_AN0hQBvYDU4hBmqoKzA8XT6i.woff2',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
subsets: ['latin', 'latin-ext'],
|
|
23
|
+
});
|
|
24
|
+
exports.getInfo = getInfo;
|
|
25
|
+
exports.fontFamily = 'Geist Pixel';
|
|
26
|
+
const loadFont = (style, options) => {
|
|
27
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
28
|
+
};
|
|
29
|
+
exports.loadFont = loadFont;
|
package/dist/cjs/Genos.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Genos',
|
|
7
7
|
importName: 'Genos',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v17',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Genos: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
|
cherokee: 'U+0300-0302, U+0304, U+030B-030C, U+0323-0324, U+0330-0331, U+13A0-13FF, U+AB70-ABBF',
|
|
@@ -16,114 +16,114 @@ const getInfo = () => ({
|
|
|
16
16
|
fonts: {
|
|
17
17
|
italic: {
|
|
18
18
|
'100': {
|
|
19
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
20
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
21
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
22
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
19
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
20
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
21
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
23
23
|
},
|
|
24
24
|
'200': {
|
|
25
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
26
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
27
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
28
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
25
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
26
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
27
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
28
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
29
29
|
},
|
|
30
30
|
'300': {
|
|
31
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
32
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
33
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
34
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
31
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
32
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
33
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
34
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
35
35
|
},
|
|
36
36
|
'400': {
|
|
37
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
38
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
39
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
40
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
37
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
38
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
41
41
|
},
|
|
42
42
|
'500': {
|
|
43
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
44
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
45
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
46
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
43
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
44
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
45
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
46
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
47
47
|
},
|
|
48
48
|
'600': {
|
|
49
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
50
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
51
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
52
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
49
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
50
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
51
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
52
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
53
53
|
},
|
|
54
54
|
'700': {
|
|
55
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
56
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
57
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
58
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
55
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
56
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
57
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
58
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
59
59
|
},
|
|
60
60
|
'800': {
|
|
61
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
62
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
63
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
64
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
61
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
62
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
63
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
64
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
65
65
|
},
|
|
66
66
|
'900': {
|
|
67
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
68
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
69
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
70
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
67
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcSYEhUxz.woff2',
|
|
68
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcToEhUxz.woff2',
|
|
69
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTsEhUxz.woff2',
|
|
70
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGQmQqPqpUOYRwqcTUEhQ.woff2',
|
|
71
71
|
},
|
|
72
72
|
},
|
|
73
73
|
normal: {
|
|
74
74
|
'100': {
|
|
75
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
76
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
77
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
78
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
75
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
76
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
77
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
78
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
79
79
|
},
|
|
80
80
|
'200': {
|
|
81
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
82
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
83
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
84
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
81
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
82
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
83
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
84
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
85
85
|
},
|
|
86
86
|
'300': {
|
|
87
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
88
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
89
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
90
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
87
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
88
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
89
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
90
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
91
91
|
},
|
|
92
92
|
'400': {
|
|
93
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
94
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
95
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
96
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
93
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
94
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
95
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
96
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
97
97
|
},
|
|
98
98
|
'500': {
|
|
99
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
100
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
101
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
102
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
99
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
100
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
101
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
102
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
103
103
|
},
|
|
104
104
|
'600': {
|
|
105
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
106
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
107
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
108
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
105
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
106
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
107
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
108
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
109
109
|
},
|
|
110
110
|
'700': {
|
|
111
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
112
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
113
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
114
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
111
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
112
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
113
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
114
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
115
115
|
},
|
|
116
116
|
'800': {
|
|
117
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
118
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
119
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
120
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
117
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
118
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
119
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
120
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
121
121
|
},
|
|
122
122
|
'900': {
|
|
123
|
-
cherokee: 'https://fonts.gstatic.com/s/genos/
|
|
124
|
-
vietnamese: 'https://fonts.gstatic.com/s/genos/
|
|
125
|
-
'latin-ext': 'https://fonts.gstatic.com/s/genos/
|
|
126
|
-
latin: 'https://fonts.gstatic.com/s/genos/
|
|
123
|
+
cherokee: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRw8QTccgQ.woff2',
|
|
124
|
+
vietnamese: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwgQTccgQ.woff2',
|
|
125
|
+
'latin-ext': 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwhQTccgQ.woff2',
|
|
126
|
+
latin: 'https://fonts.gstatic.com/s/genos/v17/SlGemQqPqpUOYRwvQTc.woff2',
|
|
127
127
|
},
|
|
128
128
|
},
|
|
129
129
|
},
|
package/dist/cjs/GochiHand.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Gochi Hand',
|
|
7
7
|
importName: 'GochiHand',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v27',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Gochi+Hand:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
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,7 +13,7 @@ const getInfo = () => ({
|
|
|
13
13
|
fonts: {
|
|
14
14
|
normal: {
|
|
15
15
|
'400': {
|
|
16
|
-
latin: 'https://fonts.gstatic.com/s/gochihand/
|
|
16
|
+
latin: 'https://fonts.gstatic.com/s/gochihand/v27/hES06XlsOjtJsgCkx1Pkfon_-w.woff2',
|
|
17
17
|
},
|
|
18
18
|
},
|
|
19
19
|
},
|
package/dist/cjs/Gurajada.d.ts
CHANGED
|
@@ -5,14 +5,12 @@ export declare const getInfo: () => {
|
|
|
5
5
|
url: string;
|
|
6
6
|
unicodeRanges: {
|
|
7
7
|
telugu: string;
|
|
8
|
-
'latin-ext': string;
|
|
9
8
|
latin: string;
|
|
10
9
|
};
|
|
11
10
|
fonts: {
|
|
12
11
|
normal: {
|
|
13
12
|
'400': {
|
|
14
13
|
telugu: string;
|
|
15
|
-
'latin-ext': string;
|
|
16
14
|
latin: string;
|
|
17
15
|
};
|
|
18
16
|
};
|
|
@@ -23,7 +21,7 @@ export declare const fontFamily: "Gurajada";
|
|
|
23
21
|
type Variants = {
|
|
24
22
|
normal: {
|
|
25
23
|
weights: '400';
|
|
26
|
-
subsets: 'latin' | '
|
|
24
|
+
subsets: 'latin' | 'telugu';
|
|
27
25
|
};
|
|
28
26
|
};
|
|
29
27
|
export declare const loadFont: <T extends "normal">(style?: T | undefined, options?: {
|
package/dist/cjs/Gurajada.js
CHANGED
|
@@ -5,23 +5,21 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Gurajada',
|
|
7
7
|
importName: 'Gurajada',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v24',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Gurajada:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
telugu: 'U+0951-0952, U+0964-0965, U+0C00-0C7F, U+1CDA, U+1CF2, U+200C-200D, U+25CC',
|
|
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
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',
|
|
14
13
|
},
|
|
15
14
|
fonts: {
|
|
16
15
|
normal: {
|
|
17
16
|
'400': {
|
|
18
|
-
telugu: 'https://fonts.gstatic.com/s/gurajada/
|
|
19
|
-
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/gurajada/v22/FwZY7-Qx308m-l-0Ke6H6Mk.woff2',
|
|
17
|
+
telugu: 'https://fonts.gstatic.com/s/gurajada/v24/FwZY7-Qx308m-l-0Ke6b6MmTpA.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/gurajada/v24/FwZY7-Qx308m-l-0Ke6H6Mk.woff2',
|
|
21
19
|
},
|
|
22
20
|
},
|
|
23
21
|
},
|
|
24
|
-
subsets: ['latin', '
|
|
22
|
+
subsets: ['latin', 'telugu'],
|
|
25
23
|
});
|
|
26
24
|
exports.getInfo = getInfo;
|
|
27
25
|
exports.fontFamily = 'Gurajada';
|
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Inclusive Sans',
|
|
7
7
|
importName: 'InclusiveSans',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v5',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700',
|
|
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,56 +15,56 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
italic: {
|
|
17
17
|
'300': {
|
|
18
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
19
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
18
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQqeKD4i.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQueKD4i.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQWeKA.woff2',
|
|
21
21
|
},
|
|
22
22
|
'400': {
|
|
23
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
24
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
25
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
23
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQqeKD4i.woff2',
|
|
24
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQueKD4i.woff2',
|
|
25
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQWeKA.woff2',
|
|
26
26
|
},
|
|
27
27
|
'500': {
|
|
28
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
29
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
30
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
28
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQqeKD4i.woff2',
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQueKD4i.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQWeKA.woff2',
|
|
31
31
|
},
|
|
32
32
|
'600': {
|
|
33
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
34
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
35
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
33
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQqeKD4i.woff2',
|
|
34
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQueKD4i.woff2',
|
|
35
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQWeKA.woff2',
|
|
36
36
|
},
|
|
37
37
|
'700': {
|
|
38
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
39
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
40
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
38
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQqeKD4i.woff2',
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQueKD4i.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkzC9biPuwflXcJ46P4PGWE0-73mQWeKA.woff2',
|
|
41
41
|
},
|
|
42
42
|
},
|
|
43
43
|
normal: {
|
|
44
44
|
'300': {
|
|
45
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
46
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
47
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
45
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-79qQeGLA.woff2',
|
|
46
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-78qQeGLA.woff2',
|
|
47
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-7yqQc.woff2',
|
|
48
48
|
},
|
|
49
49
|
'400': {
|
|
50
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
51
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
52
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
50
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-79qQeGLA.woff2',
|
|
51
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-78qQeGLA.woff2',
|
|
52
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-7yqQc.woff2',
|
|
53
53
|
},
|
|
54
54
|
'500': {
|
|
55
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
56
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
57
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
55
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-79qQeGLA.woff2',
|
|
56
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-78qQeGLA.woff2',
|
|
57
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-7yqQc.woff2',
|
|
58
58
|
},
|
|
59
59
|
'600': {
|
|
60
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
61
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
62
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
60
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-79qQeGLA.woff2',
|
|
61
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-78qQeGLA.woff2',
|
|
62
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-7yqQc.woff2',
|
|
63
63
|
},
|
|
64
64
|
'700': {
|
|
65
|
-
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
66
|
-
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/
|
|
67
|
-
latin: 'https://fonts.gstatic.com/s/inclusivesans/
|
|
65
|
+
vietnamese: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-79qQeGLA.woff2',
|
|
66
|
+
'latin-ext': 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-78qQeGLA.woff2',
|
|
67
|
+
latin: 'https://fonts.gstatic.com/s/inclusivesans/v5/0nkxC9biPuwflXcJ46P4PGWE0-7yqQc.woff2',
|
|
68
68
|
},
|
|
69
69
|
},
|
|
70
70
|
},
|
package/dist/cjs/Jomhuria.d.ts
CHANGED
|
@@ -4,12 +4,14 @@ export declare const getInfo: () => {
|
|
|
4
4
|
version: string;
|
|
5
5
|
url: string;
|
|
6
6
|
unicodeRanges: {
|
|
7
|
+
arabic: string;
|
|
7
8
|
'latin-ext': string;
|
|
8
9
|
latin: string;
|
|
9
10
|
};
|
|
10
11
|
fonts: {
|
|
11
12
|
normal: {
|
|
12
13
|
'400': {
|
|
14
|
+
arabic: string;
|
|
13
15
|
'latin-ext': string;
|
|
14
16
|
latin: string;
|
|
15
17
|
};
|
|
@@ -21,7 +23,7 @@ export declare const fontFamily: "Jomhuria";
|
|
|
21
23
|
type Variants = {
|
|
22
24
|
normal: {
|
|
23
25
|
weights: '400';
|
|
24
|
-
subsets: 'latin' | 'latin-ext';
|
|
26
|
+
subsets: 'arabic' | 'latin' | 'latin-ext';
|
|
25
27
|
};
|
|
26
28
|
};
|
|
27
29
|
export declare const loadFont: <T extends "normal">(style?: T | undefined, options?: {
|
package/dist/cjs/Jomhuria.js
CHANGED
|
@@ -5,21 +5,23 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Jomhuria',
|
|
7
7
|
importName: 'Jomhuria',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v23',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Jomhuria:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
|
+
arabic: 'U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1',
|
|
11
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',
|
|
12
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',
|
|
13
14
|
},
|
|
14
15
|
fonts: {
|
|
15
16
|
normal: {
|
|
16
17
|
'400': {
|
|
17
|
-
|
|
18
|
-
latin: 'https://fonts.gstatic.com/s/jomhuria/
|
|
18
|
+
arabic: 'https://fonts.gstatic.com/s/jomhuria/v23/Dxxp8j-TMXf-llKur1b3OuCrCw.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/jomhuria/v23/Dxxp8j-TMXf-llKur1b8OuCrCw.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/jomhuria/v23/Dxxp8j-TMXf-llKur1byOuA.woff2',
|
|
19
21
|
},
|
|
20
22
|
},
|
|
21
23
|
},
|
|
22
|
-
subsets: ['latin', 'latin-ext'],
|
|
24
|
+
subsets: ['arabic', 'latin', 'latin-ext'],
|
|
23
25
|
});
|
|
24
26
|
exports.getInfo = getInfo;
|
|
25
27
|
exports.fontFamily = 'Jomhuria';
|
package/dist/cjs/Kadwa.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Kadwa',
|
|
7
7
|
importName: 'Kadwa',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v15',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Kadwa:ital,wght@0,400;0,700',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
devanagari: 'U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09',
|
|
@@ -14,12 +14,12 @@ const getInfo = () => ({
|
|
|
14
14
|
fonts: {
|
|
15
15
|
normal: {
|
|
16
16
|
'400': {
|
|
17
|
-
devanagari: 'https://fonts.gstatic.com/s/kadwa/
|
|
18
|
-
latin: 'https://fonts.gstatic.com/s/kadwa/
|
|
17
|
+
devanagari: 'https://fonts.gstatic.com/s/kadwa/v15/rnCm-x5V0g7ipiTBT8YGsw.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/kadwa/v15/rnCm-x5V0g7ipiTAT8Y.woff2',
|
|
19
19
|
},
|
|
20
20
|
'700': {
|
|
21
|
-
devanagari: 'https://fonts.gstatic.com/s/kadwa/
|
|
22
|
-
latin: 'https://fonts.gstatic.com/s/kadwa/
|
|
21
|
+
devanagari: 'https://fonts.gstatic.com/s/kadwa/v15/rnCr-x5V0g7ipix7atM4knj-SA.woff2',
|
|
22
|
+
latin: 'https://fonts.gstatic.com/s/kadwa/v15/rnCr-x5V0g7ipix7atM5kng.woff2',
|
|
23
23
|
},
|
|
24
24
|
},
|
|
25
25
|
},
|
|
@@ -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: "Montenegrin Gothic One";
|
|
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: 'Montenegrin Gothic One',
|
|
7
|
+
importName: 'MontenegrinGothicOne',
|
|
8
|
+
version: 'v2',
|
|
9
|
+
url: 'https://fonts.googleapis.com/css2?family=Montenegrin+Gothic+One: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/montenegringothicone/v2/Z9XHDnlOQBOL3vX7a9a3psnL-c3rnUnyw7Qarw9eGToD.woff2',
|
|
18
|
+
latin: 'https://fonts.gstatic.com/s/montenegringothicone/v2/Z9XHDnlOQBOL3vX7a9a3psnL-c3rnUnyw7QarwFeGQ.woff2',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
subsets: ['latin', 'latin-ext'],
|
|
23
|
+
});
|
|
24
|
+
exports.getInfo = getInfo;
|
|
25
|
+
exports.fontFamily = 'Montenegrin Gothic One';
|
|
26
|
+
const loadFont = (style, options) => {
|
|
27
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
28
|
+
};
|
|
29
|
+
exports.loadFont = loadFont;
|