@remotion/google-fonts 4.0.318 → 4.0.320

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.
Files changed (80) hide show
  1. package/dist/cjs/Agbalumo.d.ts +3 -1
  2. package/dist/cjs/Agbalumo.js +8 -6
  3. package/dist/cjs/AncizarSans.js +55 -55
  4. package/dist/cjs/AncizarSerif.js +43 -43
  5. package/dist/cjs/Asap.js +55 -55
  6. package/dist/cjs/Asul.js +3 -3
  7. package/dist/cjs/BitcountGridDouble.d.ts +70 -0
  8. package/dist/cjs/BitcountGridDouble.js +61 -0
  9. package/dist/cjs/CactusClassicalSerif.js +106 -106
  10. package/dist/cjs/ChironHeiHK.d.ts +2127 -0
  11. package/dist/cjs/ChironHeiHK.js +2124 -0
  12. package/dist/cjs/ChocolateClassicalSans.d.ts +6 -2
  13. package/dist/cjs/ChocolateClassicalSans.js +112 -108
  14. package/dist/cjs/Glory.js +49 -49
  15. package/dist/cjs/Gurajada.js +4 -4
  16. package/dist/cjs/Iansui.js +110 -110
  17. package/dist/cjs/Italiana.js +2 -2
  18. package/dist/cjs/KumarOneOutline.js +4 -4
  19. package/dist/cjs/Laila.js +16 -16
  20. package/dist/cjs/LibertinusMath.d.ts +50 -0
  21. package/dist/cjs/LibertinusMath.js +50 -0
  22. package/dist/cjs/LibertinusMono.d.ts +38 -0
  23. package/dist/cjs/LibertinusMono.js +29 -0
  24. package/dist/cjs/LibreBarcodeEAN13Text.js +2 -2
  25. package/dist/cjs/Liter.js +4 -4
  26. package/dist/cjs/MPLUSRounded1c.js +883 -883
  27. package/dist/cjs/ManufacturingConsent.d.ts +38 -0
  28. package/dist/cjs/ManufacturingConsent.js +29 -0
  29. package/dist/cjs/Menbere.d.ts +78 -0
  30. package/dist/cjs/Menbere.js +69 -0
  31. package/dist/cjs/Narnoor.js +26 -26
  32. package/dist/cjs/NotoSerifDivesAkuru.js +4 -4
  33. package/dist/cjs/Parastoo.d.ts +55 -0
  34. package/dist/cjs/Parastoo.js +46 -0
  35. package/dist/cjs/PollerOne.js +2 -2
  36. package/dist/cjs/ReemKufiFun.js +17 -17
  37. package/dist/cjs/ReemKufiInk.js +5 -5
  38. package/dist/cjs/SawarabiGothic.js +122 -122
  39. package/dist/cjs/SpaceMono.js +13 -13
  40. package/dist/cjs/Stylish.js +88 -88
  41. package/dist/cjs/UoqMunThenKhung.d.ts +238 -0
  42. package/dist/cjs/UoqMunThenKhung.js +229 -0
  43. package/dist/cjs/ZenMaruGothic.js +611 -611
  44. package/dist/cjs/index.js +40 -0
  45. package/dist/esm/Agbalumo.mjs +8 -6
  46. package/dist/esm/AncizarSans.mjs +55 -55
  47. package/dist/esm/AncizarSerif.mjs +43 -43
  48. package/dist/esm/Asap.mjs +55 -55
  49. package/dist/esm/Asul.mjs +3 -3
  50. package/dist/esm/BitcountGridDouble.mjs +169 -0
  51. package/dist/esm/CactusClassicalSerif.mjs +106 -106
  52. package/dist/esm/ChironHeiHK.mjs +2232 -0
  53. package/dist/esm/ChocolateClassicalSans.mjs +112 -108
  54. package/dist/esm/Glory.mjs +49 -49
  55. package/dist/esm/Gurajada.mjs +4 -4
  56. package/dist/esm/Iansui.mjs +110 -110
  57. package/dist/esm/Italiana.mjs +2 -2
  58. package/dist/esm/KumarOneOutline.mjs +4 -4
  59. package/dist/esm/Laila.mjs +16 -16
  60. package/dist/esm/LibertinusMath.mjs +158 -0
  61. package/dist/esm/LibertinusMono.mjs +137 -0
  62. package/dist/esm/LibreBarcodeEAN13Text.mjs +2 -2
  63. package/dist/esm/Liter.mjs +4 -4
  64. package/dist/esm/MPLUSRounded1c.mjs +883 -883
  65. package/dist/esm/ManufacturingConsent.mjs +137 -0
  66. package/dist/esm/Menbere.mjs +177 -0
  67. package/dist/esm/Narnoor.mjs +26 -26
  68. package/dist/esm/NotoSerifDivesAkuru.mjs +4 -4
  69. package/dist/esm/Parastoo.mjs +154 -0
  70. package/dist/esm/PollerOne.mjs +2 -2
  71. package/dist/esm/ReemKufiFun.mjs +17 -17
  72. package/dist/esm/ReemKufiInk.mjs +5 -5
  73. package/dist/esm/SawarabiGothic.mjs +122 -122
  74. package/dist/esm/SpaceMono.mjs +13 -13
  75. package/dist/esm/Stylish.mjs +88 -88
  76. package/dist/esm/UoqMunThenKhung.mjs +337 -0
  77. package/dist/esm/ZenMaruGothic.mjs +611 -611
  78. package/dist/esm/index.mjs +40 -0
  79. package/dist/tsconfig.tsbuildinfo +1 -1
  80. package/package.json +28 -4
@@ -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: "Manufacturing Consent";
21
+ type Variants = {
22
+ normal: {
23
+ weights: '400';
24
+ subsets: 'latin' | 'latin-ext';
25
+ };
26
+ };
27
+ export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
28
+ weights?: Variants[T]["weights"][];
29
+ subsets?: Variants[T]["subsets"][];
30
+ document?: Document;
31
+ ignoreTooManyRequestsWarning?: boolean;
32
+ }) => {
33
+ fontFamily: import("./base").FontInfo["fontFamily"];
34
+ fonts: import("./base").FontInfo["fonts"];
35
+ unicodeRanges: import("./base").FontInfo["unicodeRanges"];
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: 'Manufacturing Consent',
7
+ importName: 'ManufacturingConsent',
8
+ version: 'v1',
9
+ url: 'https://fonts.googleapis.com/css2?family=Manufacturing+Consent: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/manufacturingconsent/v1/N0bL2TVONuFkPkuHfiECSLCwuZS-D-IsakiUTq4uXfE.woff2',
18
+ latin: 'https://fonts.gstatic.com/s/manufacturingconsent/v1/N0bL2TVONuFkPkuHfiECSLCwuZS-D-IsakiUQK4u.woff2',
19
+ },
20
+ },
21
+ },
22
+ subsets: ['latin', 'latin-ext'],
23
+ });
24
+ exports.getInfo = getInfo;
25
+ exports.fontFamily = 'Manufacturing Consent';
26
+ const loadFont = (style, options) => {
27
+ return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
28
+ };
29
+ exports.loadFont = loadFont;
@@ -0,0 +1,78 @@
1
+ export declare const getInfo: () => {
2
+ fontFamily: string;
3
+ importName: string;
4
+ version: string;
5
+ url: string;
6
+ unicodeRanges: {
7
+ ethiopic: string;
8
+ vietnamese: string;
9
+ 'latin-ext': string;
10
+ latin: string;
11
+ };
12
+ fonts: {
13
+ normal: {
14
+ '100': {
15
+ ethiopic: string;
16
+ vietnamese: string;
17
+ 'latin-ext': string;
18
+ latin: string;
19
+ };
20
+ '200': {
21
+ ethiopic: string;
22
+ vietnamese: string;
23
+ 'latin-ext': string;
24
+ latin: string;
25
+ };
26
+ '300': {
27
+ ethiopic: string;
28
+ vietnamese: string;
29
+ 'latin-ext': string;
30
+ latin: string;
31
+ };
32
+ '400': {
33
+ ethiopic: string;
34
+ vietnamese: string;
35
+ 'latin-ext': string;
36
+ latin: string;
37
+ };
38
+ '500': {
39
+ ethiopic: string;
40
+ vietnamese: string;
41
+ 'latin-ext': string;
42
+ latin: string;
43
+ };
44
+ '600': {
45
+ ethiopic: string;
46
+ vietnamese: string;
47
+ 'latin-ext': string;
48
+ latin: string;
49
+ };
50
+ '700': {
51
+ ethiopic: string;
52
+ vietnamese: string;
53
+ 'latin-ext': string;
54
+ latin: string;
55
+ };
56
+ };
57
+ };
58
+ subsets: string[];
59
+ };
60
+ export declare const fontFamily: "Menbere";
61
+ type Variants = {
62
+ normal: {
63
+ weights: '100' | '200' | '300' | '400' | '500' | '600' | '700';
64
+ subsets: 'ethiopic' | 'latin' | 'latin-ext' | 'vietnamese';
65
+ };
66
+ };
67
+ export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
68
+ weights?: Variants[T]["weights"][];
69
+ subsets?: Variants[T]["subsets"][];
70
+ document?: Document;
71
+ ignoreTooManyRequestsWarning?: boolean;
72
+ }) => {
73
+ fontFamily: import("./base").FontInfo["fontFamily"];
74
+ fonts: import("./base").FontInfo["fonts"];
75
+ unicodeRanges: import("./base").FontInfo["unicodeRanges"];
76
+ waitUntilDone: () => Promise<undefined>;
77
+ };
78
+ export {};
@@ -0,0 +1,69 @@
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: 'Menbere',
7
+ importName: 'Menbere',
8
+ version: 'v1',
9
+ url: 'https://fonts.googleapis.com/css2?family=Menbere:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700',
10
+ unicodeRanges: {
11
+ ethiopic: 'U+030E, U+1200-1399, U+2D80-2DDE, U+AB01-AB2E, U+1E7E0-1E7E6, U+1E7E8-1E7EB, U+1E7ED-1E7EE, U+1E7F0-1E7FE',
12
+ 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',
13
+ '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',
14
+ 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',
15
+ },
16
+ fonts: {
17
+ normal: {
18
+ '100': {
19
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
20
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
21
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
22
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
23
+ },
24
+ '200': {
25
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
26
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
27
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
28
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
29
+ },
30
+ '300': {
31
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
32
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
33
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
34
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
35
+ },
36
+ '400': {
37
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
38
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
39
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
40
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
41
+ },
42
+ '500': {
43
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
44
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
45
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
46
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
47
+ },
48
+ '600': {
49
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
50
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
51
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
52
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
53
+ },
54
+ '700': {
55
+ ethiopic: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2V6KrI8L.woff2',
56
+ vietnamese: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UCKrI8L.woff2',
57
+ 'latin-ext': 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2UGKrI8L.woff2',
58
+ latin: 'https://fonts.gstatic.com/s/menbere/v1/lJwH-p0zhmBrWvcG2U-KrA.woff2',
59
+ },
60
+ },
61
+ },
62
+ subsets: ['ethiopic', 'latin', 'latin-ext', 'vietnamese'],
63
+ });
64
+ exports.getInfo = getInfo;
65
+ exports.fontFamily = 'Menbere';
66
+ const loadFont = (style, options) => {
67
+ return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
68
+ };
69
+ exports.loadFont = loadFont;
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Narnoor',
7
7
  importName: 'Narnoor',
8
- version: 'v9',
8
+ version: 'v10',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Narnoor:ital,wght@0,400;0,500;0,600;0,700;0,800',
10
10
  unicodeRanges: {
11
11
  'gunjala-gondi': 'U+0964-0965, U+200C-200D, U+25CC, U+11D60-11DAF',
@@ -17,39 +17,39 @@ const getInfo = () => ({
17
17
  fonts: {
18
18
  normal: {
19
19
  '400': {
20
- 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v9/cIf9MaFWuVo-UTyP9FmhYVkH.woff2',
21
- math: 'https://fonts.gstatic.com/s/narnoor/v9/cIf9MaFWuVo-UTyP9FKhYVkH.woff2',
22
- symbols: 'https://fonts.gstatic.com/s/narnoor/v9/cIf9MaFWuVo-UTyP9EChYVkH.woff2',
23
- 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v9/cIf9MaFWuVo-UTyP9CChYVkH.woff2',
24
- latin: 'https://fonts.gstatic.com/s/narnoor/v9/cIf9MaFWuVo-UTyP9C6hYQ.woff2',
20
+ 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyP9FmhYVkH.woff2',
21
+ math: 'https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyP9FKhYVkH.woff2',
22
+ symbols: 'https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyP9EChYVkH.woff2',
23
+ 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyP9CChYVkH.woff2',
24
+ latin: 'https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyP9C6hYQ.woff2',
25
25
  },
26
26
  '500': {
27
- 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_N2CdBEmnbJk.woff2',
28
- math: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_N2CdBomnbJk.woff2',
29
- symbols: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_N2CdAgmnbJk.woff2',
30
- 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_N2CdGgmnbJk.woff2',
31
- latin: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_N2CdGYmnQ.woff2',
27
+ 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_N2CdBEmnbJk.woff2',
28
+ math: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_N2CdBomnbJk.woff2',
29
+ symbols: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_N2CdAgmnbJk.woff2',
30
+ 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_N2CdGgmnbJk.woff2',
31
+ latin: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_N2CdGYmnQ.woff2',
32
32
  },
33
33
  '600': {
34
- 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_PGFdBEmnbJk.woff2',
35
- math: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_PGFdBomnbJk.woff2',
36
- symbols: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_PGFdAgmnbJk.woff2',
37
- 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_PGFdGgmnbJk.woff2',
38
- latin: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_PGFdGYmnQ.woff2',
34
+ 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_PGFdBEmnbJk.woff2',
35
+ math: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_PGFdBomnbJk.woff2',
36
+ symbols: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_PGFdAgmnbJk.woff2',
37
+ 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_PGFdGgmnbJk.woff2',
38
+ latin: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_PGFdGYmnQ.woff2',
39
39
  },
40
40
  '700': {
41
- 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_JWEdBEmnbJk.woff2',
42
- math: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_JWEdBomnbJk.woff2',
43
- symbols: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_JWEdAgmnbJk.woff2',
44
- 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_JWEdGgmnbJk.woff2',
45
- latin: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_JWEdGYmnQ.woff2',
41
+ 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_JWEdBEmnbJk.woff2',
42
+ math: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_JWEdBomnbJk.woff2',
43
+ symbols: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_JWEdAgmnbJk.woff2',
44
+ 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_JWEdGgmnbJk.woff2',
45
+ latin: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_JWEdGYmnQ.woff2',
46
46
  },
47
47
  '800': {
48
- 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_ImHdBEmnbJk.woff2',
49
- math: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_ImHdBomnbJk.woff2',
50
- symbols: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_ImHdAgmnbJk.woff2',
51
- 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_ImHdGgmnbJk.woff2',
52
- latin: 'https://fonts.gstatic.com/s/narnoor/v9/cIf4MaFWuVo-UTyP_ImHdGYmnQ.woff2',
48
+ 'gunjala-gondi': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_ImHdBEmnbJk.woff2',
49
+ math: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_ImHdBomnbJk.woff2',
50
+ symbols: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_ImHdAgmnbJk.woff2',
51
+ 'latin-ext': 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_ImHdGgmnbJk.woff2',
52
+ latin: 'https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_ImHdGYmnQ.woff2',
53
53
  },
54
54
  },
55
55
  },
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Noto Serif Dives Akuru',
7
7
  importName: 'NotoSerifDivesAkuru',
8
- version: 'v2',
8
+ version: 'v3',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Noto+Serif+Dives+Akuru:ital,wght@0,400',
10
10
  unicodeRanges: {
11
11
  'dives-akuru': 'U+11900-11906, U+11909, U+1190C-11913, U+11915-11916, U+11918-11935, U+11937-11938, U+1193B-11946, U+11950-11959',
@@ -15,9 +15,9 @@ const getInfo = () => ({
15
15
  fonts: {
16
16
  normal: {
17
17
  '400': {
18
- 'dives-akuru': 'https://fonts.gstatic.com/s/notoserifdivesakuru/v2/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT2-vj7ohECw.woff2',
19
- 'latin-ext': 'https://fonts.gstatic.com/s/notoserifdivesakuru/v2/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT20nCy7V9.woff2',
20
- latin: 'https://fonts.gstatic.com/s/notoserifdivesakuru/v2/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT20fCyw.woff2',
18
+ 'dives-akuru': 'https://fonts.gstatic.com/s/notoserifdivesakuru/v3/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT2-vj7ohECw.woff2',
19
+ 'latin-ext': 'https://fonts.gstatic.com/s/notoserifdivesakuru/v3/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT20nCy7V9.woff2',
20
+ latin: 'https://fonts.gstatic.com/s/notoserifdivesakuru/v3/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT20fCyw.woff2',
21
21
  },
22
22
  },
23
23
  },
@@ -0,0 +1,55 @@
1
+ export declare const getInfo: () => {
2
+ fontFamily: string;
3
+ importName: string;
4
+ version: string;
5
+ url: string;
6
+ unicodeRanges: {
7
+ vietnamese: string;
8
+ 'latin-ext': string;
9
+ latin: string;
10
+ };
11
+ fonts: {
12
+ normal: {
13
+ '400': {
14
+ vietnamese: string;
15
+ 'latin-ext': string;
16
+ latin: string;
17
+ };
18
+ '500': {
19
+ vietnamese: string;
20
+ 'latin-ext': string;
21
+ latin: string;
22
+ };
23
+ '600': {
24
+ vietnamese: string;
25
+ 'latin-ext': string;
26
+ latin: string;
27
+ };
28
+ '700': {
29
+ vietnamese: string;
30
+ 'latin-ext': string;
31
+ latin: string;
32
+ };
33
+ };
34
+ };
35
+ subsets: string[];
36
+ };
37
+ export declare const fontFamily: "Parastoo";
38
+ type Variants = {
39
+ normal: {
40
+ weights: '400' | '500' | '600' | '700';
41
+ subsets: 'latin' | 'latin-ext' | 'vietnamese';
42
+ };
43
+ };
44
+ export declare const loadFont: <T extends keyof Variants>(style?: T, options?: {
45
+ weights?: Variants[T]["weights"][];
46
+ subsets?: Variants[T]["subsets"][];
47
+ document?: Document;
48
+ ignoreTooManyRequestsWarning?: boolean;
49
+ }) => {
50
+ fontFamily: import("./base").FontInfo["fontFamily"];
51
+ fonts: import("./base").FontInfo["fonts"];
52
+ unicodeRanges: import("./base").FontInfo["unicodeRanges"];
53
+ waitUntilDone: () => Promise<undefined>;
54
+ };
55
+ export {};
@@ -0,0 +1,46 @@
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: 'Parastoo',
7
+ importName: 'Parastoo',
8
+ version: 'v1',
9
+ url: 'https://fonts.googleapis.com/css2?family=Parastoo:ital,wght@0,400;0,500;0,600;0,700',
10
+ unicodeRanges: {
11
+ vietnamese: 'U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB',
12
+ 'latin-ext': 'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF',
13
+ latin: 'U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
14
+ },
15
+ fonts: {
16
+ normal: {
17
+ '400': {
18
+ vietnamese: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrYhiRwxw.woff2',
19
+ 'latin-ext': 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrZhiRwxw.woff2',
20
+ latin: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrXhiQ.woff2',
21
+ },
22
+ '500': {
23
+ vietnamese: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrYhiRwxw.woff2',
24
+ 'latin-ext': 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrZhiRwxw.woff2',
25
+ latin: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrXhiQ.woff2',
26
+ },
27
+ '600': {
28
+ vietnamese: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrYhiRwxw.woff2',
29
+ 'latin-ext': 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrZhiRwxw.woff2',
30
+ latin: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrXhiQ.woff2',
31
+ },
32
+ '700': {
33
+ vietnamese: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrYhiRwxw.woff2',
34
+ 'latin-ext': 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrZhiRwxw.woff2',
35
+ latin: 'https://fonts.gstatic.com/s/parastoo/v1/-F6yfj90ITQ4d9euQXrXhiQ.woff2',
36
+ },
37
+ },
38
+ },
39
+ subsets: ['latin', 'latin-ext', 'vietnamese'],
40
+ });
41
+ exports.getInfo = getInfo;
42
+ exports.fontFamily = 'Parastoo';
43
+ const loadFont = (style, options) => {
44
+ return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
45
+ };
46
+ exports.loadFont = loadFont;
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Poller One',
7
7
  importName: 'PollerOne',
8
- version: 'v24',
8
+ version: 'v25',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Poller+One: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/pollerone/v24/ahccv82n0TN3gia5E4BuR-5RgA.woff2',
16
+ latin: 'https://fonts.gstatic.com/s/pollerone/v25/ahccv82n0TN3gia5E4BuR-5RgA.woff2',
17
17
  },
18
18
  },
19
19
  },
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Reem Kufi Fun',
7
7
  importName: 'ReemKufiFun',
8
- version: 'v11',
8
+ version: 'v12',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Reem+Kufi+Fun:ital,wght@0,400;0,500;0,600;0,700',
10
10
  unicodeRanges: {
11
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',
@@ -16,28 +16,28 @@ const getInfo = () => ({
16
16
  fonts: {
17
17
  normal: {
18
18
  '400': {
19
- arabic: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
20
- vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
21
- 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
22
- latin: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
19
+ arabic: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
20
+ vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
21
+ 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
22
+ latin: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
23
23
  },
24
24
  '500': {
25
- arabic: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
26
- vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
27
- 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
28
- latin: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
25
+ arabic: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
26
+ vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
27
+ 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
28
+ latin: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
29
29
  },
30
30
  '600': {
31
- arabic: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
32
- vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
33
- 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
34
- latin: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
31
+ arabic: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
32
+ vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
33
+ 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
34
+ latin: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
35
35
  },
36
36
  '700': {
37
- arabic: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
38
- vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
39
- 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
40
- latin: 'https://fonts.gstatic.com/s/reemkufifun/v11/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
37
+ arabic: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkARWP7g.woff2',
38
+ vietnamese: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkoRWP7g.woff2',
39
+ 'latin-ext': 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTksRWP7g.woff2',
40
+ latin: 'https://fonts.gstatic.com/s/reemkufifun/v12/uK_14rOFYukkmyUEbF43fIryTkURWA.woff2',
41
41
  },
42
42
  },
43
43
  },
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Reem Kufi Ink',
7
7
  importName: 'ReemKufiInk',
8
- version: 'v10',
8
+ version: 'v11',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Reem+Kufi+Ink:ital,wght@0,400',
10
10
  unicodeRanges: {
11
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',
@@ -16,10 +16,10 @@ const getInfo = () => ({
16
16
  fonts: {
17
17
  normal: {
18
18
  '400': {
19
- arabic: 'https://fonts.gstatic.com/s/reemkufiink/v10/oPWJ_kJmmu8hCvB9iFumxZSndjxXQ0SXnkk.woff2',
20
- vietnamese: 'https://fonts.gstatic.com/s/reemkufiink/v10/oPWJ_kJmmu8hCvB9iFumxZSndjZXQ0SXnkk.woff2',
21
- 'latin-ext': 'https://fonts.gstatic.com/s/reemkufiink/v10/oPWJ_kJmmu8hCvB9iFumxZSndjdXQ0SXnkk.woff2',
22
- latin: 'https://fonts.gstatic.com/s/reemkufiink/v10/oPWJ_kJmmu8hCvB9iFumxZSndjlXQyyU.woff2',
19
+ arabic: 'https://fonts.gstatic.com/s/reemkufiink/v11/oPWJ_kJmmu8hCvB9iFumxZSndjxXQ0SXnkk.woff2',
20
+ vietnamese: 'https://fonts.gstatic.com/s/reemkufiink/v11/oPWJ_kJmmu8hCvB9iFumxZSndjZXQ0SXnkk.woff2',
21
+ 'latin-ext': 'https://fonts.gstatic.com/s/reemkufiink/v11/oPWJ_kJmmu8hCvB9iFumxZSndjdXQ0SXnkk.woff2',
22
+ latin: 'https://fonts.gstatic.com/s/reemkufiink/v11/oPWJ_kJmmu8hCvB9iFumxZSndjlXQyyU.woff2',
23
23
  },
24
24
  },
25
25
  },