@remotion/google-fonts 4.0.483 → 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
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
140
140
  var getInfo = () => ({
141
141
  fontFamily: "Andada Pro",
142
142
  importName: "AndadaPro",
143
- version: "v24",
143
+ version: "v26",
144
144
  url: "https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800",
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,56 +150,56 @@ var getInfo = () => ({
150
150
  fonts: {
151
151
  italic: {
152
152
  "400": {
153
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
154
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
155
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
153
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
154
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
155
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
156
156
  },
157
157
  "500": {
158
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
159
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
160
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
158
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
159
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
160
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
161
161
  },
162
162
  "600": {
163
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
164
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
165
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
163
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
164
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
165
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
166
166
  },
167
167
  "700": {
168
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
169
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
170
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
168
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
169
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
170
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
171
171
  },
172
172
  "800": {
173
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
174
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
175
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
173
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2",
174
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2",
175
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2"
176
176
  }
177
177
  },
178
178
  normal: {
179
179
  "400": {
180
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
181
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
182
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
180
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
181
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
182
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
183
183
  },
184
184
  "500": {
185
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
186
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
187
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
185
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
186
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
187
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
188
188
  },
189
189
  "600": {
190
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
191
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
192
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
190
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
191
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
192
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
193
193
  },
194
194
  "700": {
195
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
196
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
197
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
195
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
196
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
197
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
198
198
  },
199
199
  "800": {
200
- vietnamese: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
201
- "latin-ext": "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
202
- latin: "https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
200
+ vietnamese: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2",
201
+ "latin-ext": "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2",
202
+ latin: "https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2"
203
203
  }
204
204
  }
205
205
  },
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
140
140
  var getInfo = () => ({
141
141
  fontFamily: "Bitter",
142
142
  importName: "Bitter",
143
- version: "v40",
143
+ version: "v42",
144
144
  url: "https://fonts.googleapis.com/css2?family=Bitter: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
  "cyrillic-ext": "U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F",
@@ -152,132 +152,132 @@ var getInfo = () => ({
152
152
  fonts: {
153
153
  italic: {
154
154
  "100": {
155
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
156
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
157
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
158
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
159
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
155
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
156
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
157
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
158
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
159
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
160
160
  },
161
161
  "200": {
162
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
163
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
164
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
165
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
166
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
162
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
163
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
164
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
165
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
166
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
167
167
  },
168
168
  "300": {
169
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
170
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
171
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
172
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
173
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
169
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
170
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
171
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
172
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
173
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
174
174
  },
175
175
  "400": {
176
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
177
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
178
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
179
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
180
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
176
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
177
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
178
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
179
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
180
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
181
181
  },
182
182
  "500": {
183
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
184
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
185
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
186
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
187
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
183
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
184
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
185
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
186
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
187
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
188
188
  },
189
189
  "600": {
190
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
191
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
192
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
193
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
194
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
190
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
191
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
192
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
193
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
194
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
195
195
  },
196
196
  "700": {
197
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
198
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
199
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
200
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
201
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
197
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
198
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
199
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
200
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
201
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
202
202
  },
203
203
  "800": {
204
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
205
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
206
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
207
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
208
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
204
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
205
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
206
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
207
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
208
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
209
209
  },
210
210
  "900": {
211
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2",
212
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2",
213
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2",
214
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2",
215
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2"
211
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2",
212
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2",
213
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2",
214
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2",
215
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2"
216
216
  }
217
217
  },
218
218
  normal: {
219
219
  "100": {
220
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
221
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
222
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
223
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
224
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
220
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
221
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
222
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
223
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
224
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
225
225
  },
226
226
  "200": {
227
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
228
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
229
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
230
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
231
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
227
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
228
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
229
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
230
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
231
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
232
232
  },
233
233
  "300": {
234
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
235
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
236
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
237
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
238
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
234
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
235
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
236
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
237
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
238
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
239
239
  },
240
240
  "400": {
241
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
242
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
243
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
244
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
245
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
241
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
242
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
243
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
244
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
245
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
246
246
  },
247
247
  "500": {
248
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
249
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
250
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
251
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
252
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
248
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
249
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
250
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
251
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
252
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
253
253
  },
254
254
  "600": {
255
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
256
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
257
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
258
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
259
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
255
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
256
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
257
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
258
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
259
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
260
260
  },
261
261
  "700": {
262
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
263
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
264
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
265
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
266
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
262
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
263
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
264
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
265
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
266
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
267
267
  },
268
268
  "800": {
269
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
270
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
271
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
272
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
273
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
269
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
270
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
271
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
272
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
273
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
274
274
  },
275
275
  "900": {
276
- "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2",
277
- cyrillic: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2",
278
- vietnamese: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2",
279
- "latin-ext": "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2",
280
- latin: "https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2"
276
+ "cyrillic-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2",
277
+ cyrillic: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2",
278
+ vietnamese: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2",
279
+ "latin-ext": "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2",
280
+ latin: "https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2"
281
281
  }
282
282
  }
283
283
  },
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
140
140
  var getInfo = () => ({
141
141
  fontFamily: "Caladea",
142
142
  importName: "Caladea",
143
- version: "v8",
143
+ version: "v10",
144
144
  url: "https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700",
145
145
  unicodeRanges: {
146
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",
@@ -149,22 +149,22 @@ var getInfo = () => ({
149
149
  fonts: {
150
150
  italic: {
151
151
  "400": {
152
- "latin-ext": "https://fonts.gstatic.com/s/caladea/v8/kJExBugZ7AAjhybUvR1N9vo3lOc.woff2",
153
- latin: "https://fonts.gstatic.com/s/caladea/v8/kJExBugZ7AAjhybUvR1N-Po3.woff2"
152
+ "latin-ext": "https://fonts.gstatic.com/s/caladea/v10/kJExBugZ7AAjhybUvR1N9vo3lOc.woff2",
153
+ latin: "https://fonts.gstatic.com/s/caladea/v10/kJExBugZ7AAjhybUvR1N-Po3.woff2"
154
154
  },
155
155
  "700": {
156
- "latin-ext": "https://fonts.gstatic.com/s/caladea/v8/kJE0BugZ7AAjhybUvR1FQ98ipcZyNZ0.woff2",
157
- latin: "https://fonts.gstatic.com/s/caladea/v8/kJE0BugZ7AAjhybUvR1FQ98iq8Zy.woff2"
156
+ "latin-ext": "https://fonts.gstatic.com/s/caladea/v10/kJE0BugZ7AAjhybUvR1FQ98ipcZyNZ0.woff2",
157
+ latin: "https://fonts.gstatic.com/s/caladea/v10/kJE0BugZ7AAjhybUvR1FQ98iq8Zy.woff2"
158
158
  }
159
159
  },
160
160
  normal: {
161
161
  "400": {
162
- "latin-ext": "https://fonts.gstatic.com/s/caladea/v8/kJEzBugZ7AAjhybUvRZ9-uIz.woff2",
163
- latin: "https://fonts.gstatic.com/s/caladea/v8/kJEzBugZ7AAjhybUvRh9-g.woff2"
162
+ "latin-ext": "https://fonts.gstatic.com/s/caladea/v10/kJEzBugZ7AAjhybUvRZ9-uIz.woff2",
163
+ latin: "https://fonts.gstatic.com/s/caladea/v10/kJEzBugZ7AAjhybUvRh9-g.woff2"
164
164
  },
165
165
  "700": {
166
- "latin-ext": "https://fonts.gstatic.com/s/caladea/v8/kJE2BugZ7AAjhybUtaNY79MSqd52.woff2",
167
- latin: "https://fonts.gstatic.com/s/caladea/v8/kJE2BugZ7AAjhybUtaNY790SqQ.woff2"
166
+ "latin-ext": "https://fonts.gstatic.com/s/caladea/v10/kJE2BugZ7AAjhybUtaNY79MSqd52.woff2",
167
+ latin: "https://fonts.gstatic.com/s/caladea/v10/kJE2BugZ7AAjhybUtaNY790SqQ.woff2"
168
168
  }
169
169
  }
170
170
  },
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
140
140
  var getInfo = () => ({
141
141
  fontFamily: "Cambo",
142
142
  importName: "Cambo",
143
- version: "v19",
143
+ version: "v21",
144
144
  url: "https://fonts.googleapis.com/css2?family=Cambo:ital,wght@0,400",
145
145
  unicodeRanges: {
146
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",
@@ -149,8 +149,8 @@ var getInfo = () => ({
149
149
  fonts: {
150
150
  normal: {
151
151
  "400": {
152
- "latin-ext": "https://fonts.gstatic.com/s/cambo/v19/IFSqHeNEk8FJk71zqE_BkA.woff2",
153
- latin: "https://fonts.gstatic.com/s/cambo/v19/IFSqHeNEk8FJk719qE8.woff2"
152
+ "latin-ext": "https://fonts.gstatic.com/s/cambo/v21/IFSqHeNEk8FJk71zqE_BkA.woff2",
153
+ latin: "https://fonts.gstatic.com/s/cambo/v21/IFSqHeNEk8FJk719qE8.woff2"
154
154
  }
155
155
  }
156
156
  },
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
140
140
  var getInfo = () => ({
141
141
  fontFamily: "Cousine",
142
142
  importName: "Cousine",
143
- version: "v30",
143
+ version: "v31",
144
144
  url: "https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700",
145
145
  unicodeRanges: {
146
146
  "cyrillic-ext": "U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F",
@@ -155,46 +155,46 @@ var getInfo = () => ({
155
155
  fonts: {
156
156
  italic: {
157
157
  "400": {
158
- "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwx7p79k.woff2",
159
- cyrillic: "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfyh7p79k.woff2",
160
- "greek-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwh7p79k.woff2",
161
- greek: "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfzR7p79k.woff2",
162
- hebrew: "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfzB7p79k.woff2",
163
- vietnamese: "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwR7p79k.woff2",
164
- "latin-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwB7p79k.woff2",
165
- latin: "https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfzh7p.woff2"
158
+ "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwx7p79k.woff2",
159
+ cyrillic: "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfyh7p79k.woff2",
160
+ "greek-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwh7p79k.woff2",
161
+ greek: "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfzR7p79k.woff2",
162
+ hebrew: "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfzB7p79k.woff2",
163
+ vietnamese: "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwR7p79k.woff2",
164
+ "latin-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwB7p79k.woff2",
165
+ latin: "https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfzh7p.woff2"
166
166
  },
167
167
  "700": {
168
- "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83fhhvmQ.woff2",
169
- cyrillic: "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv81PhhvmQ.woff2",
170
- "greek-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83PhhvmQ.woff2",
171
- greek: "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv80_hhvmQ.woff2",
172
- hebrew: "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv80vhhvmQ.woff2",
173
- vietnamese: "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83_hhvmQ.woff2",
174
- "latin-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83vhhvmQ.woff2",
175
- latin: "https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv80Phh.woff2"
168
+ "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83fhhvmQ.woff2",
169
+ cyrillic: "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv81PhhvmQ.woff2",
170
+ "greek-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83PhhvmQ.woff2",
171
+ greek: "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv80_hhvmQ.woff2",
172
+ hebrew: "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv80vhhvmQ.woff2",
173
+ vietnamese: "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83_hhvmQ.woff2",
174
+ "latin-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83vhhvmQ.woff2",
175
+ latin: "https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv80Phh.woff2"
176
176
  }
177
177
  },
178
178
  normal: {
179
179
  "400": {
180
- "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SkvzAbt.woff2",
181
- cyrillic: "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SAvzAbt.woff2",
182
- "greek-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SgvzAbt.woff2",
183
- greek: "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_ScvzAbt.woff2",
184
- hebrew: "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SYvzAbt.woff2",
185
- vietnamese: "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SsvzAbt.woff2",
186
- "latin-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SovzAbt.woff2",
187
- latin: "https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SQvzA.woff2"
180
+ "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SkvzAbt.woff2",
181
+ cyrillic: "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SAvzAbt.woff2",
182
+ "greek-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SgvzAbt.woff2",
183
+ greek: "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_ScvzAbt.woff2",
184
+ hebrew: "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SYvzAbt.woff2",
185
+ vietnamese: "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SsvzAbt.woff2",
186
+ "latin-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SovzAbt.woff2",
187
+ latin: "https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SQvzA.woff2"
188
188
  },
189
189
  "700": {
190
- "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TTM0uBl.woff2",
191
- cyrillic: "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2T3M0uBl.woff2",
192
- "greek-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TXM0uBl.woff2",
193
- greek: "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TrM0uBl.woff2",
194
- hebrew: "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TvM0uBl.woff2",
195
- vietnamese: "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TbM0uBl.woff2",
196
- "latin-ext": "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TfM0uBl.woff2",
197
- latin: "https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TnM0g.woff2"
190
+ "cyrillic-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TTM0uBl.woff2",
191
+ cyrillic: "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2T3M0uBl.woff2",
192
+ "greek-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TXM0uBl.woff2",
193
+ greek: "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TrM0uBl.woff2",
194
+ hebrew: "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TvM0uBl.woff2",
195
+ vietnamese: "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TbM0uBl.woff2",
196
+ "latin-ext": "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TfM0uBl.woff2",
197
+ latin: "https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TnM0g.woff2"
198
198
  }
199
199
  }
200
200
  },