@remotion/google-fonts 4.0.484 → 4.0.485

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 (83) hide show
  1. package/dist/cjs/Acme.js +2 -2
  2. package/dist/cjs/Alegreya.js +85 -85
  3. package/dist/cjs/AlegreyaSC.js +71 -71
  4. package/dist/cjs/AlegreyaSans.js +99 -99
  5. package/dist/cjs/AlegreyaSansSC.js +99 -99
  6. package/dist/cjs/AndadaPro.js +31 -31
  7. package/dist/cjs/Bitter.js +91 -91
  8. package/dist/cjs/Caladea.js +9 -9
  9. package/dist/cjs/Cambo.js +3 -3
  10. package/dist/cjs/Cousine.js +33 -33
  11. package/dist/cjs/EBGaramond.js +71 -71
  12. package/dist/cjs/EncodeSansCondensed.js +28 -28
  13. package/dist/cjs/EncodeSansExpanded.js +28 -28
  14. package/dist/cjs/EncodeSansSemiCondensed.js +28 -28
  15. package/dist/cjs/EncodeSansSemiExpanded.js +28 -28
  16. package/dist/cjs/GeistPixel.d.ts +38 -0
  17. package/dist/cjs/GeistPixel.js +29 -0
  18. package/dist/cjs/Genos.js +73 -73
  19. package/dist/cjs/GochiHand.js +2 -2
  20. package/dist/cjs/Gurajada.d.ts +1 -3
  21. package/dist/cjs/Gurajada.js +4 -6
  22. package/dist/cjs/InclusiveSans.js +31 -31
  23. package/dist/cjs/Jomhuria.d.ts +3 -1
  24. package/dist/cjs/Jomhuria.js +6 -4
  25. package/dist/cjs/Kadwa.js +5 -5
  26. package/dist/cjs/MontenegrinGothicOne.d.ts +38 -0
  27. package/dist/cjs/MontenegrinGothicOne.js +29 -0
  28. package/dist/cjs/Petrona.js +55 -55
  29. package/dist/cjs/Piazzolla.js +127 -127
  30. package/dist/cjs/Sahitya.js +5 -5
  31. package/dist/cjs/Sarala.js +7 -7
  32. package/dist/cjs/Telex.js +3 -3
  33. package/dist/cjs/TiroBangla.js +7 -7
  34. package/dist/cjs/TiroDevanagariHindi.js +7 -7
  35. package/dist/cjs/TiroDevanagariMarathi.js +7 -7
  36. package/dist/cjs/TiroDevanagariSanskrit.js +7 -7
  37. package/dist/cjs/TiroGurmukhi.js +7 -7
  38. package/dist/cjs/YanoneKaffeesatz.js +43 -43
  39. package/dist/cjs/YuseiMagic.js +122 -122
  40. package/dist/cjs/Yuyu.d.ts +38 -0
  41. package/dist/cjs/Yuyu.js +29 -0
  42. package/dist/cjs/YuyuShort.d.ts +38 -0
  43. package/dist/cjs/YuyuShort.js +29 -0
  44. package/dist/cjs/index.js +20 -0
  45. package/dist/esm/Acme.mjs +2 -2
  46. package/dist/esm/Alegreya.mjs +85 -85
  47. package/dist/esm/AlegreyaSC.mjs +71 -71
  48. package/dist/esm/AlegreyaSans.mjs +99 -99
  49. package/dist/esm/AlegreyaSansSC.mjs +99 -99
  50. package/dist/esm/AndadaPro.mjs +31 -31
  51. package/dist/esm/Bitter.mjs +91 -91
  52. package/dist/esm/Caladea.mjs +9 -9
  53. package/dist/esm/Cambo.mjs +3 -3
  54. package/dist/esm/Cousine.mjs +33 -33
  55. package/dist/esm/EBGaramond.mjs +71 -71
  56. package/dist/esm/EncodeSansCondensed.mjs +28 -28
  57. package/dist/esm/EncodeSansExpanded.mjs +28 -28
  58. package/dist/esm/EncodeSansSemiCondensed.mjs +28 -28
  59. package/dist/esm/EncodeSansSemiExpanded.mjs +28 -28
  60. package/dist/esm/GeistPixel.mjs +167 -0
  61. package/dist/esm/Genos.mjs +73 -73
  62. package/dist/esm/GochiHand.mjs +2 -2
  63. package/dist/esm/Gurajada.mjs +4 -6
  64. package/dist/esm/InclusiveSans.mjs +31 -31
  65. package/dist/esm/Jomhuria.mjs +6 -4
  66. package/dist/esm/Kadwa.mjs +5 -5
  67. package/dist/esm/MontenegrinGothicOne.mjs +167 -0
  68. package/dist/esm/Petrona.mjs +55 -55
  69. package/dist/esm/Piazzolla.mjs +127 -127
  70. package/dist/esm/Sahitya.mjs +5 -5
  71. package/dist/esm/Sarala.mjs +7 -7
  72. package/dist/esm/Telex.mjs +3 -3
  73. package/dist/esm/TiroBangla.mjs +7 -7
  74. package/dist/esm/TiroDevanagariHindi.mjs +7 -7
  75. package/dist/esm/TiroDevanagariMarathi.mjs +7 -7
  76. package/dist/esm/TiroDevanagariSanskrit.mjs +7 -7
  77. package/dist/esm/TiroGurmukhi.mjs +7 -7
  78. package/dist/esm/YanoneKaffeesatz.mjs +43 -43
  79. package/dist/esm/YuseiMagic.mjs +122 -122
  80. package/dist/esm/Yuyu.mjs +167 -0
  81. package/dist/esm/YuyuShort.mjs +167 -0
  82. package/dist/esm/index.mjs +20 -0
  83. package/package.json +14 -2
@@ -0,0 +1,167 @@
1
+ // src/base.ts
2
+ import { continueRender, delayRender } from "remotion";
3
+ import { NoReactInternals } from "remotion/no-react";
4
+
5
+ // src/resolve-font-subsets.ts
6
+ var isChunkSubset = (subset) => /^\[\d+\]$/.test(subset);
7
+ var compareChunkSubsets = (a, b) => {
8
+ return Number(a.slice(1, -1)) - Number(b.slice(1, -1));
9
+ };
10
+ var resolveFontSubsetKeys = ({
11
+ availableSubsetKeys,
12
+ metaSubsets,
13
+ requestedSubset
14
+ }) => {
15
+ if (availableSubsetKeys.includes(requestedSubset)) {
16
+ return [requestedSubset];
17
+ }
18
+ if (!metaSubsets.includes(requestedSubset)) {
19
+ return [requestedSubset];
20
+ }
21
+ const chunkSubsets = availableSubsetKeys.filter(isChunkSubset).sort(compareChunkSubsets);
22
+ return chunkSubsets.length === 0 ? [requestedSubset] : chunkSubsets;
23
+ };
24
+
25
+ // src/base.ts
26
+ var loadedFonts = {};
27
+ var withResolvers = function() {
28
+ let resolve;
29
+ let reject;
30
+ const promise = new Promise((res, rej) => {
31
+ resolve = res;
32
+ reject = rej;
33
+ });
34
+ return { promise, resolve, reject };
35
+ };
36
+ var loadFontFaceOrTimeoutAfter20Seconds = (fontFace) => {
37
+ const timeout = withResolvers();
38
+ const int = setTimeout(() => {
39
+ timeout.reject(new Error("Timed out loading Google Font"));
40
+ }, 18000);
41
+ return Promise.race([
42
+ fontFace.load().then(() => {
43
+ clearTimeout(int);
44
+ }),
45
+ timeout.promise
46
+ ]);
47
+ };
48
+ var loadFonts = (meta, style, options) => {
49
+ const weightsAndSubsetsAreSpecified = Array.isArray(options?.weights) && Array.isArray(options?.subsets) && options.weights.length > 0 && options.subsets.length > 0;
50
+ if (NoReactInternals.ENABLE_V5_BREAKING_CHANGES && !weightsAndSubsetsAreSpecified) {
51
+ throw new Error("Loading Google Fonts without specifying weights and subsets is not supported in Remotion v5. Please specify the weights and subsets you need.");
52
+ }
53
+ const promises = [];
54
+ const styles = style ? [style] : Object.keys(meta.fonts);
55
+ let fontsLoaded = 0;
56
+ for (const style2 of styles) {
57
+ if (typeof FontFace === "undefined") {
58
+ continue;
59
+ }
60
+ if (!meta.fonts[style2]) {
61
+ throw new Error(`The font ${meta.fontFamily} does not have a style ${style2}`);
62
+ }
63
+ const weights = options?.weights ?? Object.keys(meta.fonts[style2]);
64
+ for (const weight of weights) {
65
+ if (!meta.fonts[style2][weight]) {
66
+ throw new Error(`The font ${meta.fontFamily} does not have a weight ${weight} in style ${style2}`);
67
+ }
68
+ const requestedSubsets = options?.subsets ?? Object.keys(meta.fonts[style2][weight]);
69
+ const availableSubsetKeys = Object.keys(meta.fonts[style2][weight]);
70
+ const subsets = [
71
+ ...new Set(requestedSubsets.flatMap((requestedSubset) => resolveFontSubsetKeys({
72
+ availableSubsetKeys,
73
+ metaSubsets: meta.subsets,
74
+ requestedSubset
75
+ })))
76
+ ];
77
+ for (const subset of subsets) {
78
+ let font = meta.fonts[style2]?.[weight]?.[subset];
79
+ if (!font) {
80
+ throw new Error(`weight: ${weight} subset: ${subset} is not available for '${meta.fontFamily}'`);
81
+ }
82
+ let fontKey = `${meta.fontFamily}-${style2}-${weight}-${subset}`;
83
+ const previousPromise = loadedFonts[fontKey];
84
+ if (previousPromise) {
85
+ promises.push(previousPromise);
86
+ continue;
87
+ }
88
+ const baseLabel = `Fetching ${meta.fontFamily} font ${JSON.stringify({
89
+ style: style2,
90
+ weight,
91
+ subset
92
+ })}`;
93
+ const label = weightsAndSubsetsAreSpecified ? baseLabel : `${baseLabel}. This might be caused by loading too many font variations. Read more: https://www.remotion.dev/docs/troubleshooting/font-loading-errors#render-timeout-when-loading-google-fonts`;
94
+ const handle = delayRender(label, { timeoutInMilliseconds: 60000 });
95
+ fontsLoaded++;
96
+ const fontFace = new FontFace(meta.fontFamily, `url(${font}) format('woff2')`, {
97
+ weight,
98
+ style: style2,
99
+ unicodeRange: meta.unicodeRanges[subset]
100
+ });
101
+ let attempts = 2;
102
+ const tryToLoad = () => {
103
+ if (fontFace.status === "loaded") {
104
+ continueRender(handle);
105
+ return;
106
+ }
107
+ const promise = loadFontFaceOrTimeoutAfter20Seconds(fontFace).then(() => {
108
+ (options?.document ?? document).fonts.add(fontFace);
109
+ continueRender(handle);
110
+ }).catch((err) => {
111
+ loadedFonts[fontKey] = undefined;
112
+ if (attempts === 0) {
113
+ throw err;
114
+ } else {
115
+ attempts--;
116
+ tryToLoad();
117
+ }
118
+ });
119
+ loadedFonts[fontKey] = promise;
120
+ promises.push(promise);
121
+ };
122
+ tryToLoad();
123
+ }
124
+ }
125
+ if (fontsLoaded > 20 && !options?.ignoreTooManyRequestsWarning) {
126
+ console.warn(`Made ${fontsLoaded} network requests to load fonts for ${meta.fontFamily}. Consider loading fewer weights and subsets by passing options to loadFont(). Disable this warning by passing "ignoreTooManyRequestsWarning: true" to "options".`);
127
+ }
128
+ }
129
+ return {
130
+ fontFamily: meta.fontFamily,
131
+ fonts: meta.fonts,
132
+ unicodeRanges: meta.unicodeRanges,
133
+ waitUntilDone: () => Promise.all(promises).then(() => {
134
+ return;
135
+ })
136
+ };
137
+ };
138
+
139
+ // src/MontenegrinGothicOne.ts
140
+ var getInfo = () => ({
141
+ fontFamily: "Montenegrin Gothic One",
142
+ importName: "MontenegrinGothicOne",
143
+ version: "v2",
144
+ url: "https://fonts.googleapis.com/css2?family=Montenegrin+Gothic+One:ital,wght@0,400",
145
+ unicodeRanges: {
146
+ "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",
147
+ 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"
148
+ },
149
+ fonts: {
150
+ normal: {
151
+ "400": {
152
+ "latin-ext": "https://fonts.gstatic.com/s/montenegringothicone/v2/Z9XHDnlOQBOL3vX7a9a3psnL-c3rnUnyw7Qarw9eGToD.woff2",
153
+ latin: "https://fonts.gstatic.com/s/montenegringothicone/v2/Z9XHDnlOQBOL3vX7a9a3psnL-c3rnUnyw7QarwFeGQ.woff2"
154
+ }
155
+ }
156
+ },
157
+ subsets: ["latin", "latin-ext"]
158
+ });
159
+ var fontFamily = "Montenegrin Gothic One";
160
+ var loadFont = (style, options) => {
161
+ return loadFonts(getInfo(), style, options);
162
+ };
163
+ export {
164
+ loadFont,
165
+ getInfo,
166
+ fontFamily
167
+ };
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
140
140
  var getInfo = () => ({
141
141
  fontFamily: "Petrona",
142
142
  importName: "Petrona",
143
- version: "v36",
143
+ version: "v38",
144
144
  url: "https://fonts.googleapis.com/css2?family=Petrona: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",
145
145
  unicodeRanges: {
146
146
  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",
@@ -150,96 +150,96 @@ var getInfo = () => ({
150
150
  fonts: {
151
151
  italic: {
152
152
  "100": {
153
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
154
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
155
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
153
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
154
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
155
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
156
156
  },
157
157
  "200": {
158
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
159
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
160
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
158
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
159
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
160
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
161
161
  },
162
162
  "300": {
163
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
164
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
165
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
163
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
164
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
165
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
166
166
  },
167
167
  "400": {
168
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
169
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
170
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
168
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
169
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
170
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
171
171
  },
172
172
  "500": {
173
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
174
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
175
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
173
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
174
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
175
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
176
176
  },
177
177
  "600": {
178
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
179
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
180
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
178
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
179
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
180
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
181
181
  },
182
182
  "700": {
183
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
184
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
185
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
183
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
184
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
185
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
186
186
  },
187
187
  "800": {
188
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
189
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
190
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
188
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
189
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
190
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
191
191
  },
192
192
  "900": {
193
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
194
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
195
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG44_NXL7bZo9XXgXdot0MV.woff2"
193
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouEMV4CU.woff2",
194
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdouUMV4CU.woff2",
195
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG44_NXL7bZo9XXgXdot0MV.woff2"
196
196
  }
197
197
  },
198
198
  normal: {
199
199
  "100": {
200
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
201
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
202
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
200
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
201
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
202
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
203
203
  },
204
204
  "200": {
205
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
206
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
207
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
205
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
206
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
207
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
208
208
  },
209
209
  "300": {
210
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
211
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
212
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
210
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
211
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
212
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
213
213
  },
214
214
  "400": {
215
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
216
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
217
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
215
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
216
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
217
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
218
218
  },
219
219
  "500": {
220
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
221
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
222
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
220
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
221
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
222
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
223
223
  },
224
224
  "600": {
225
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
226
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
227
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
225
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
226
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
227
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
228
228
  },
229
229
  "700": {
230
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
231
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
232
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
230
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
231
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
232
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
233
233
  },
234
234
  "800": {
235
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
236
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
237
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
235
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
236
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
237
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
238
238
  },
239
239
  "900": {
240
- vietnamese: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
241
- "latin-ext": "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
242
- latin: "https://fonts.gstatic.com/s/petrona/v36/mtG64_NXL7bZo9XXgXJYtQ.woff2"
240
+ vietnamese: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgX1YtVsR.woff2",
241
+ "latin-ext": "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXxYtVsR.woff2",
242
+ latin: "https://fonts.gstatic.com/s/petrona/v38/mtG64_NXL7bZo9XXgXJYtQ.woff2"
243
243
  }
244
244
  }
245
245
  },