@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
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Andada Pro',
7
7
  importName: 'AndadaPro',
8
- version: 'v24',
8
+ version: 'v26',
9
9
  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',
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
  '400': {
18
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
19
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
20
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
18
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
19
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
20
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
21
21
  },
22
22
  '500': {
23
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
24
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
25
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
23
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
24
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
25
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
26
26
  },
27
27
  '600': {
28
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
29
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
30
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
28
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
29
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
30
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
31
31
  },
32
32
  '700': {
33
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
34
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
35
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
33
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
34
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
35
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
36
36
  },
37
37
  '800': {
38
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
39
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
40
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
38
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRZEMx_E.woff2',
39
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaRJEMx_E.woff2',
40
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyTU5Qi9-SuOEhPe4LtAIxaSpEM.woff2',
41
41
  },
42
42
  },
43
43
  normal: {
44
44
  '400': {
45
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
46
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
47
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
45
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
46
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
47
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
48
48
  },
49
49
  '500': {
50
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
51
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
52
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
50
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
51
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
52
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
53
53
  },
54
54
  '600': {
55
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
56
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
57
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
55
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
56
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
57
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
58
58
  },
59
59
  '700': {
60
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
61
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
62
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
60
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
61
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
62
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
63
63
  },
64
64
  '800': {
65
- vietnamese: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
66
- 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
67
- latin: 'https://fonts.gstatic.com/s/andadapro/v24/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
65
+ vietnamese: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIZqSIkI.woff2',
66
+ 'latin-ext': 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIdqSIkI.woff2',
67
+ latin: 'https://fonts.gstatic.com/s/andadapro/v26/HhyRU5Qi9-SuOEhPe4LtAIlqSA.woff2',
68
68
  },
69
69
  },
70
70
  },
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Bitter',
7
7
  importName: 'Bitter',
8
- version: 'v40',
8
+ version: 'v42',
9
9
  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',
10
10
  unicodeRanges: {
11
11
  'cyrillic-ext': 'U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F',
@@ -17,132 +17,132 @@ const getInfo = () => ({
17
17
  fonts: {
18
18
  italic: {
19
19
  '100': {
20
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
21
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
22
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
23
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
24
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
20
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
21
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
22
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
23
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
24
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
25
25
  },
26
26
  '200': {
27
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
28
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
29
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
30
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
31
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
27
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
28
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
29
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
30
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
31
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
32
32
  },
33
33
  '300': {
34
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
35
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
36
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
37
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
38
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
34
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
35
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
36
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
37
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
38
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
39
39
  },
40
40
  '400': {
41
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
42
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
43
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
44
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
45
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
41
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
42
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
43
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
44
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
45
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
46
46
  },
47
47
  '500': {
48
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
49
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
50
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
51
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
52
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
48
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
49
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
50
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
51
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
52
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
53
53
  },
54
54
  '600': {
55
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
56
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
57
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
58
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
59
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
55
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
56
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
57
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
58
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
59
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
60
60
  },
61
61
  '700': {
62
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
63
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
64
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
65
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
66
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
62
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
63
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
64
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
65
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
66
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
67
67
  },
68
68
  '800': {
69
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
70
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
71
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
72
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
73
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
69
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
70
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
71
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
72
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
73
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
74
74
  },
75
75
  '900': {
76
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxmJD1img.woff2',
77
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxvJD1img.woff2',
78
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxkJD1img.woff2',
79
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxlJD1img.woff2',
80
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax-HiqOu8IVPmn7erxrJD0.woff2',
76
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxmJD1img.woff2',
77
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxvJD1img.woff2',
78
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxkJD1img.woff2',
79
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxlJD1img.woff2',
80
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax-HiqOu8IVPmn7erxrJD0.woff2',
81
81
  },
82
82
  },
83
83
  normal: {
84
84
  '100': {
85
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
86
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
87
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
88
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
89
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
85
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
86
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
87
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
88
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
89
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
90
90
  },
91
91
  '200': {
92
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
93
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
94
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
95
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
96
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
92
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
93
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
94
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
95
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
96
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
97
97
  },
98
98
  '300': {
99
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
100
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
101
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
102
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
103
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
99
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
100
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
101
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
102
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
103
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
104
104
  },
105
105
  '400': {
106
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
107
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
108
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
109
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
110
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
106
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
107
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
108
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
109
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
110
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
111
111
  },
112
112
  '500': {
113
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
114
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
115
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
116
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
117
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
113
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
114
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
115
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
116
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
117
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
118
118
  },
119
119
  '600': {
120
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
121
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
122
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
123
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
124
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
120
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
121
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
122
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
123
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
124
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
125
125
  },
126
126
  '700': {
127
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
128
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
129
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
130
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
131
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
127
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
128
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
129
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
130
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
131
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
132
132
  },
133
133
  '800': {
134
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
135
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
136
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
137
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
138
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
134
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
135
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
136
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
137
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
138
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
139
139
  },
140
140
  '900': {
141
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7coxpPDk.woff2',
142
- cyrillic: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7e4xpPDk.woff2',
143
- vietnamese: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cIxpPDk.woff2',
144
- 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7cYxpPDk.woff2',
145
- latin: 'https://fonts.gstatic.com/s/bitter/v40/rax8HiqOu8IVPmn7f4xp.woff2',
141
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7coxpPDk.woff2',
142
+ cyrillic: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7e4xpPDk.woff2',
143
+ vietnamese: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cIxpPDk.woff2',
144
+ 'latin-ext': 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7cYxpPDk.woff2',
145
+ latin: 'https://fonts.gstatic.com/s/bitter/v42/rax8HiqOu8IVPmn7f4xp.woff2',
146
146
  },
147
147
  },
148
148
  },
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Caladea',
7
7
  importName: 'Caladea',
8
- version: 'v8',
8
+ version: 'v10',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700',
10
10
  unicodeRanges: {
11
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',
@@ -14,22 +14,22 @@ const getInfo = () => ({
14
14
  fonts: {
15
15
  italic: {
16
16
  '400': {
17
- 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v8/kJExBugZ7AAjhybUvR1N9vo3lOc.woff2',
18
- latin: 'https://fonts.gstatic.com/s/caladea/v8/kJExBugZ7AAjhybUvR1N-Po3.woff2',
17
+ 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v10/kJExBugZ7AAjhybUvR1N9vo3lOc.woff2',
18
+ latin: 'https://fonts.gstatic.com/s/caladea/v10/kJExBugZ7AAjhybUvR1N-Po3.woff2',
19
19
  },
20
20
  '700': {
21
- 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v8/kJE0BugZ7AAjhybUvR1FQ98ipcZyNZ0.woff2',
22
- latin: 'https://fonts.gstatic.com/s/caladea/v8/kJE0BugZ7AAjhybUvR1FQ98iq8Zy.woff2',
21
+ 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v10/kJE0BugZ7AAjhybUvR1FQ98ipcZyNZ0.woff2',
22
+ latin: 'https://fonts.gstatic.com/s/caladea/v10/kJE0BugZ7AAjhybUvR1FQ98iq8Zy.woff2',
23
23
  },
24
24
  },
25
25
  normal: {
26
26
  '400': {
27
- 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v8/kJEzBugZ7AAjhybUvRZ9-uIz.woff2',
28
- latin: 'https://fonts.gstatic.com/s/caladea/v8/kJEzBugZ7AAjhybUvRh9-g.woff2',
27
+ 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v10/kJEzBugZ7AAjhybUvRZ9-uIz.woff2',
28
+ latin: 'https://fonts.gstatic.com/s/caladea/v10/kJEzBugZ7AAjhybUvRh9-g.woff2',
29
29
  },
30
30
  '700': {
31
- 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v8/kJE2BugZ7AAjhybUtaNY79MSqd52.woff2',
32
- latin: 'https://fonts.gstatic.com/s/caladea/v8/kJE2BugZ7AAjhybUtaNY790SqQ.woff2',
31
+ 'latin-ext': 'https://fonts.gstatic.com/s/caladea/v10/kJE2BugZ7AAjhybUtaNY79MSqd52.woff2',
32
+ latin: 'https://fonts.gstatic.com/s/caladea/v10/kJE2BugZ7AAjhybUtaNY790SqQ.woff2',
33
33
  },
34
34
  },
35
35
  },
package/dist/cjs/Cambo.js CHANGED
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Cambo',
7
7
  importName: 'Cambo',
8
- version: 'v19',
8
+ version: 'v21',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Cambo:ital,wght@0,400',
10
10
  unicodeRanges: {
11
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',
@@ -14,8 +14,8 @@ const getInfo = () => ({
14
14
  fonts: {
15
15
  normal: {
16
16
  '400': {
17
- 'latin-ext': 'https://fonts.gstatic.com/s/cambo/v19/IFSqHeNEk8FJk71zqE_BkA.woff2',
18
- latin: 'https://fonts.gstatic.com/s/cambo/v19/IFSqHeNEk8FJk719qE8.woff2',
17
+ 'latin-ext': 'https://fonts.gstatic.com/s/cambo/v21/IFSqHeNEk8FJk71zqE_BkA.woff2',
18
+ latin: 'https://fonts.gstatic.com/s/cambo/v21/IFSqHeNEk8FJk719qE8.woff2',
19
19
  },
20
20
  },
21
21
  },
@@ -5,7 +5,7 @@ const base_1 = require("./base");
5
5
  const getInfo = () => ({
6
6
  fontFamily: 'Cousine',
7
7
  importName: 'Cousine',
8
- version: 'v30',
8
+ version: 'v31',
9
9
  url: 'https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700',
10
10
  unicodeRanges: {
11
11
  'cyrillic-ext': 'U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F',
@@ -20,46 +20,46 @@ const getInfo = () => ({
20
20
  fonts: {
21
21
  italic: {
22
22
  '400': {
23
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwx7p79k.woff2',
24
- cyrillic: 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfyh7p79k.woff2',
25
- 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwh7p79k.woff2',
26
- greek: 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfzR7p79k.woff2',
27
- hebrew: 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfzB7p79k.woff2',
28
- vietnamese: 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwR7p79k.woff2',
29
- 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfwB7p79k.woff2',
30
- latin: 'https://fonts.gstatic.com/s/cousine/v30/d6lKkaiiRdih4SpP_SEfzh7p.woff2',
23
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwx7p79k.woff2',
24
+ cyrillic: 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfyh7p79k.woff2',
25
+ 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwh7p79k.woff2',
26
+ greek: 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfzR7p79k.woff2',
27
+ hebrew: 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfzB7p79k.woff2',
28
+ vietnamese: 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwR7p79k.woff2',
29
+ 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfwB7p79k.woff2',
30
+ latin: 'https://fonts.gstatic.com/s/cousine/v31/d6lKkaiiRdih4SpP_SEfzh7p.woff2',
31
31
  },
32
32
  '700': {
33
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83fhhvmQ.woff2',
34
- cyrillic: 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv81PhhvmQ.woff2',
35
- 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83PhhvmQ.woff2',
36
- greek: 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv80_hhvmQ.woff2',
37
- hebrew: 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv80vhhvmQ.woff2',
38
- vietnamese: 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83_hhvmQ.woff2',
39
- 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv83vhhvmQ.woff2',
40
- latin: 'https://fonts.gstatic.com/s/cousine/v30/d6lPkaiiRdih4SpP_SEXdTv80Phh.woff2',
33
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83fhhvmQ.woff2',
34
+ cyrillic: 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv81PhhvmQ.woff2',
35
+ 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83PhhvmQ.woff2',
36
+ greek: 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv80_hhvmQ.woff2',
37
+ hebrew: 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv80vhhvmQ.woff2',
38
+ vietnamese: 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83_hhvmQ.woff2',
39
+ 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv83vhhvmQ.woff2',
40
+ latin: 'https://fonts.gstatic.com/s/cousine/v31/d6lPkaiiRdih4SpP_SEXdTv80Phh.woff2',
41
41
  },
42
42
  },
43
43
  normal: {
44
44
  '400': {
45
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SkvzAbt.woff2',
46
- cyrillic: 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SAvzAbt.woff2',
47
- 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SgvzAbt.woff2',
48
- greek: 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_ScvzAbt.woff2',
49
- hebrew: 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SYvzAbt.woff2',
50
- vietnamese: 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SsvzAbt.woff2',
51
- 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SovzAbt.woff2',
52
- latin: 'https://fonts.gstatic.com/s/cousine/v30/d6lIkaiiRdih4SpP_SQvzA.woff2',
45
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SkvzAbt.woff2',
46
+ cyrillic: 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SAvzAbt.woff2',
47
+ 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SgvzAbt.woff2',
48
+ greek: 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_ScvzAbt.woff2',
49
+ hebrew: 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SYvzAbt.woff2',
50
+ vietnamese: 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SsvzAbt.woff2',
51
+ 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SovzAbt.woff2',
52
+ latin: 'https://fonts.gstatic.com/s/cousine/v31/d6lIkaiiRdih4SpP_SQvzA.woff2',
53
53
  },
54
54
  '700': {
55
- 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TTM0uBl.woff2',
56
- cyrillic: 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2T3M0uBl.woff2',
57
- 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TXM0uBl.woff2',
58
- greek: 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TrM0uBl.woff2',
59
- hebrew: 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TvM0uBl.woff2',
60
- vietnamese: 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TbM0uBl.woff2',
61
- 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TfM0uBl.woff2',
62
- latin: 'https://fonts.gstatic.com/s/cousine/v30/d6lNkaiiRdih4SpP9Z8K2TnM0g.woff2',
55
+ 'cyrillic-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TTM0uBl.woff2',
56
+ cyrillic: 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2T3M0uBl.woff2',
57
+ 'greek-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TXM0uBl.woff2',
58
+ greek: 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TrM0uBl.woff2',
59
+ hebrew: 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TvM0uBl.woff2',
60
+ vietnamese: 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TbM0uBl.woff2',
61
+ 'latin-ext': 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TfM0uBl.woff2',
62
+ latin: 'https://fonts.gstatic.com/s/cousine/v31/d6lNkaiiRdih4SpP9Z8K2TnM0g.woff2',
63
63
  },
64
64
  },
65
65
  },