@remotion/google-fonts 4.0.349 → 4.0.351

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 (95) hide show
  1. package/dist/cjs/AlanSans.d.ts +62 -0
  2. package/dist/cjs/AlanSans.js +53 -0
  3. package/dist/cjs/FlowBlock.js +6 -6
  4. package/dist/cjs/FlowCircular.js +6 -6
  5. package/dist/cjs/FlowRounded.js +6 -6
  6. package/dist/cjs/Jacquard12.js +5 -5
  7. package/dist/cjs/Jacquard12Charted.js +5 -5
  8. package/dist/cjs/Jacquard24.js +3 -3
  9. package/dist/cjs/Jacquard24Charted.js +3 -3
  10. package/dist/cjs/JacquardaBastarda9.js +5 -5
  11. package/dist/cjs/JacquardaBastarda9Charted.js +5 -5
  12. package/dist/cjs/Jersey10.js +3 -3
  13. package/dist/cjs/Jersey10Charted.js +3 -3
  14. package/dist/cjs/Jersey15.js +3 -3
  15. package/dist/cjs/Jersey15Charted.js +3 -3
  16. package/dist/cjs/Jersey20.js +3 -3
  17. package/dist/cjs/Jersey20Charted.js +3 -3
  18. package/dist/cjs/Jersey25.js +3 -3
  19. package/dist/cjs/Jersey25Charted.js +3 -3
  20. package/dist/cjs/Khmer.js +2 -2
  21. package/dist/cjs/LibreBarcode128.js +2 -2
  22. package/dist/cjs/LibreBarcode128Text.js +2 -2
  23. package/dist/cjs/LibreBarcode39.js +2 -2
  24. package/dist/cjs/LibreBarcode39Extended.js +2 -2
  25. package/dist/cjs/LibreBarcode39ExtendedText.js +2 -2
  26. package/dist/cjs/LibreBarcode39Text.js +2 -2
  27. package/dist/cjs/LibreBarcodeEAN13Text.js +2 -2
  28. package/dist/cjs/NotoEmoji.js +66 -66
  29. package/dist/cjs/NotoSansArabic.js +46 -46
  30. package/dist/cjs/NotoSansBengali.js +28 -28
  31. package/dist/cjs/NotoSansSinhala.js +28 -28
  32. package/dist/cjs/NotoSansTamilSupplement.js +4 -4
  33. package/dist/cjs/NotoSerifBengali.js +28 -28
  34. package/dist/cjs/Phetsarath.js +3 -3
  35. package/dist/cjs/Ponnala.js +3 -3
  36. package/dist/cjs/Redacted.js +3 -3
  37. package/dist/cjs/RedactedScript.js +7 -7
  38. package/dist/cjs/SUSE.d.ts +67 -2
  39. package/dist/cjs/SUSE.js +80 -19
  40. package/dist/cjs/SUSEMono.d.ts +121 -0
  41. package/dist/cjs/SUSEMono.js +108 -0
  42. package/dist/cjs/Siemreap.js +2 -2
  43. package/dist/cjs/Yarndings12.js +4 -4
  44. package/dist/cjs/Yarndings12Charted.js +4 -4
  45. package/dist/cjs/Yarndings20.js +4 -4
  46. package/dist/cjs/Yarndings20Charted.js +4 -4
  47. package/dist/cjs/index.js +10 -0
  48. package/dist/esm/42dotSans.mjs +794 -0
  49. package/dist/esm/AlanSans.mjs +161 -0
  50. package/dist/esm/FlowBlock.mjs +6 -6
  51. package/dist/esm/FlowCircular.mjs +6 -6
  52. package/dist/esm/FlowRounded.mjs +6 -6
  53. package/dist/esm/Jacquard12.mjs +5 -5
  54. package/dist/esm/Jacquard12Charted.mjs +5 -5
  55. package/dist/esm/Jacquard24.mjs +3 -3
  56. package/dist/esm/Jacquard24Charted.mjs +3 -3
  57. package/dist/esm/JacquardaBastarda9.mjs +5 -5
  58. package/dist/esm/JacquardaBastarda9Charted.mjs +5 -5
  59. package/dist/esm/Jersey10.mjs +3 -3
  60. package/dist/esm/Jersey10Charted.mjs +3 -3
  61. package/dist/esm/Jersey15.mjs +3 -3
  62. package/dist/esm/Jersey15Charted.mjs +3 -3
  63. package/dist/esm/Jersey20.mjs +3 -3
  64. package/dist/esm/Jersey20Charted.mjs +3 -3
  65. package/dist/esm/Jersey25.mjs +3 -3
  66. package/dist/esm/Jersey25Charted.mjs +3 -3
  67. package/dist/esm/Khmer.mjs +2 -2
  68. package/dist/esm/LibreBarcode128.mjs +2 -2
  69. package/dist/esm/LibreBarcode128Text.mjs +2 -2
  70. package/dist/esm/LibreBarcode39.mjs +2 -2
  71. package/dist/esm/LibreBarcode39Extended.mjs +2 -2
  72. package/dist/esm/LibreBarcode39ExtendedText.mjs +2 -2
  73. package/dist/esm/LibreBarcode39Text.mjs +2 -2
  74. package/dist/esm/LibreBarcodeEAN13Text.mjs +2 -2
  75. package/dist/esm/Linefont.mjs +127 -0
  76. package/dist/esm/NotoEmoji.mjs +66 -66
  77. package/dist/esm/NotoSansArabic.mjs +46 -46
  78. package/dist/esm/NotoSansBengali.mjs +28 -28
  79. package/dist/esm/NotoSansSinhala.mjs +28 -28
  80. package/dist/esm/NotoSansTamilSupplement.mjs +4 -4
  81. package/dist/esm/NotoSerifBengali.mjs +28 -28
  82. package/dist/esm/Phetsarath.mjs +3 -3
  83. package/dist/esm/Ponnala.mjs +3 -3
  84. package/dist/esm/Redacted.mjs +3 -3
  85. package/dist/esm/RedactedScript.mjs +7 -7
  86. package/dist/esm/SUSE.mjs +80 -19
  87. package/dist/esm/SUSEMono.mjs +216 -0
  88. package/dist/esm/Siemreap.mjs +2 -2
  89. package/dist/esm/Yarndings12.mjs +4 -4
  90. package/dist/esm/Yarndings12Charted.mjs +4 -4
  91. package/dist/esm/Yarndings20.mjs +4 -4
  92. package/dist/esm/Yarndings20Charted.mjs +4 -4
  93. package/dist/esm/index.mjs +10 -0
  94. package/dist/tsconfig.tsbuildinfo +1 -1
  95. package/package.json +11 -5
@@ -0,0 +1,216 @@
1
+ // src/base.ts
2
+ import { continueRender, delayRender } from "remotion";
3
+ import { NoReactInternals } from "remotion/no-react";
4
+ var loadedFonts = {};
5
+ var withResolvers = function() {
6
+ let resolve;
7
+ let reject;
8
+ const promise = new Promise((res, rej) => {
9
+ resolve = res;
10
+ reject = rej;
11
+ });
12
+ return { promise, resolve, reject };
13
+ };
14
+ var loadFontFaceOrTimeoutAfter20Seconds = (fontFace) => {
15
+ const timeout = withResolvers();
16
+ const int = setTimeout(() => {
17
+ timeout.reject(new Error("Timed out loading Google Font"));
18
+ }, 18000);
19
+ return Promise.race([
20
+ fontFace.load().then(() => {
21
+ clearTimeout(int);
22
+ }),
23
+ timeout.promise
24
+ ]);
25
+ };
26
+ var loadFonts = (meta, style, options) => {
27
+ const weightsAndSubsetsAreSpecified = Array.isArray(options?.weights) && Array.isArray(options?.subsets) && options.weights.length > 0 && options.subsets.length > 0;
28
+ if (NoReactInternals.ENABLE_V5_BREAKING_CHANGES && !weightsAndSubsetsAreSpecified) {
29
+ 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.");
30
+ }
31
+ const promises = [];
32
+ const styles = style ? [style] : Object.keys(meta.fonts);
33
+ let fontsLoaded = 0;
34
+ for (const style2 of styles) {
35
+ if (typeof FontFace === "undefined") {
36
+ continue;
37
+ }
38
+ if (!meta.fonts[style2]) {
39
+ throw new Error(`The font ${meta.fontFamily} does not have a style ${style2}`);
40
+ }
41
+ const weights = options?.weights ?? Object.keys(meta.fonts[style2]);
42
+ for (const weight of weights) {
43
+ if (!meta.fonts[style2][weight]) {
44
+ throw new Error(`The font ${meta.fontFamily} does not have a weight ${weight} in style ${style2}`);
45
+ }
46
+ const subsets = options?.subsets ?? Object.keys(meta.fonts[style2][weight]);
47
+ for (const subset of subsets) {
48
+ let font = meta.fonts[style2]?.[weight]?.[subset];
49
+ if (!font) {
50
+ throw new Error(`weight: ${weight} subset: ${subset} is not available for '${meta.fontFamily}'`);
51
+ }
52
+ let fontKey = `${meta.fontFamily}-${style2}-${weight}-${subset}`;
53
+ const previousPromise = loadedFonts[fontKey];
54
+ if (previousPromise) {
55
+ promises.push(previousPromise);
56
+ continue;
57
+ }
58
+ const baseLabel = `Fetching ${meta.fontFamily} font ${JSON.stringify({
59
+ style: style2,
60
+ weight,
61
+ subset
62
+ })}`;
63
+ 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`;
64
+ const handle = delayRender(label, { timeoutInMilliseconds: 60000 });
65
+ fontsLoaded++;
66
+ const fontFace = new FontFace(meta.fontFamily, `url(${font}) format('woff2')`, {
67
+ weight,
68
+ style: style2,
69
+ unicodeRange: meta.unicodeRanges[subset]
70
+ });
71
+ let attempts = 2;
72
+ const tryToLoad = () => {
73
+ if (fontFace.status === "loaded") {
74
+ continueRender(handle);
75
+ return;
76
+ }
77
+ const promise = loadFontFaceOrTimeoutAfter20Seconds(fontFace).then(() => {
78
+ (options?.document ?? document).fonts.add(fontFace);
79
+ continueRender(handle);
80
+ }).catch((err) => {
81
+ loadedFonts[fontKey] = undefined;
82
+ if (attempts === 0) {
83
+ throw err;
84
+ } else {
85
+ attempts--;
86
+ tryToLoad();
87
+ }
88
+ });
89
+ loadedFonts[fontKey] = promise;
90
+ promises.push(promise);
91
+ };
92
+ tryToLoad();
93
+ }
94
+ }
95
+ if (fontsLoaded > 20) {
96
+ 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".`);
97
+ }
98
+ }
99
+ return {
100
+ fontFamily: meta.fontFamily,
101
+ fonts: meta.fonts,
102
+ unicodeRanges: meta.unicodeRanges,
103
+ waitUntilDone: () => Promise.all(promises).then(() => {
104
+ return;
105
+ })
106
+ };
107
+ };
108
+
109
+ // src/SUSEMono.ts
110
+ var getInfo = () => ({
111
+ fontFamily: "SUSE Mono",
112
+ importName: "SUSEMono",
113
+ version: "v1",
114
+ url: "https://fonts.googleapis.com/css2?family=SUSE+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800",
115
+ unicodeRanges: {
116
+ 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",
117
+ "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",
118
+ 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"
119
+ },
120
+ fonts: {
121
+ italic: {
122
+ "100": {
123
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
124
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
125
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
126
+ },
127
+ "200": {
128
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
129
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
130
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
131
+ },
132
+ "300": {
133
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
134
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
135
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
136
+ },
137
+ "400": {
138
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
139
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
140
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
141
+ },
142
+ "500": {
143
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
144
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
145
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
146
+ },
147
+ "600": {
148
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
149
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
150
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
151
+ },
152
+ "700": {
153
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
154
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
155
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
156
+ },
157
+ "800": {
158
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2",
159
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2",
160
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2"
161
+ }
162
+ },
163
+ normal: {
164
+ "100": {
165
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
166
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
167
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
168
+ },
169
+ "200": {
170
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
171
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
172
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
173
+ },
174
+ "300": {
175
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
176
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
177
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
178
+ },
179
+ "400": {
180
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
181
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
182
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
183
+ },
184
+ "500": {
185
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
186
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
187
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
188
+ },
189
+ "600": {
190
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
191
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
192
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
193
+ },
194
+ "700": {
195
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
196
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
197
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
198
+ },
199
+ "800": {
200
+ vietnamese: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2",
201
+ "latin-ext": "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2",
202
+ latin: "https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2"
203
+ }
204
+ }
205
+ },
206
+ subsets: ["latin", "latin-ext", "vietnamese"]
207
+ });
208
+ var fontFamily = "SUSE Mono";
209
+ var loadFont = (style, options) => {
210
+ return loadFonts(getInfo(), style, options);
211
+ };
212
+ export {
213
+ loadFont,
214
+ getInfo,
215
+ fontFamily
216
+ };
@@ -110,7 +110,7 @@ var loadFonts = (meta, style, options) => {
110
110
  var getInfo = () => ({
111
111
  fontFamily: "Siemreap",
112
112
  importName: "Siemreap",
113
- version: "v29",
113
+ version: "v30",
114
114
  url: "https://fonts.googleapis.com/css2?family=Siemreap:ital,wght@0,400",
115
115
  unicodeRanges: {
116
116
  khmer: "U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC, 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"
@@ -118,7 +118,7 @@ var getInfo = () => ({
118
118
  fonts: {
119
119
  normal: {
120
120
  "400": {
121
- khmer: "https://fonts.gstatic.com/s/siemreap/v29/Gg82N5oFbgLvHAfNl1YXlg4.woff2"
121
+ khmer: "https://fonts.gstatic.com/s/siemreap/v30/Gg82N5oFbgLvHAfNl1YXlg4.woff2"
122
122
  }
123
123
  }
124
124
  },
@@ -110,7 +110,7 @@ var loadFonts = (meta, style, options) => {
110
110
  var getInfo = () => ({
111
111
  fontFamily: "Yarndings OneTwo",
112
112
  importName: "Yarndings12",
113
- version: "v3",
113
+ version: "v4",
114
114
  url: "https://fonts.googleapis.com/css2?family=Yarndings+12:ital,wght@0,400",
115
115
  unicodeRanges: {
116
116
  math: "U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF",
@@ -120,9 +120,9 @@ var getInfo = () => ({
120
120
  fonts: {
121
121
  normal: {
122
122
  "400": {
123
- math: "https://fonts.gstatic.com/s/yarndings12/v3/55xreyp2N8T5P2LJbZAlkY9sipjNE2U.woff2",
124
- symbols: "https://fonts.gstatic.com/s/yarndings12/v3/55xreyp2N8T5P2LJbZAlkY9smJjNE2U.woff2",
125
- latin: "https://fonts.gstatic.com/s/yarndings12/v3/55xreyp2N8T5P2LJbZAlkY9s9pjN.woff2"
123
+ math: "https://fonts.gstatic.com/s/yarndings12/v4/55xreyp2N8T5P2LJbZAlkY9sipjNE2U.woff2",
124
+ symbols: "https://fonts.gstatic.com/s/yarndings12/v4/55xreyp2N8T5P2LJbZAlkY9smJjNE2U.woff2",
125
+ latin: "https://fonts.gstatic.com/s/yarndings12/v4/55xreyp2N8T5P2LJbZAlkY9s9pjN.woff2"
126
126
  }
127
127
  }
128
128
  },
@@ -110,7 +110,7 @@ var loadFonts = (meta, style, options) => {
110
110
  var getInfo = () => ({
111
111
  fontFamily: "Yarndings OneTwo Charted",
112
112
  importName: "Yarndings12Charted",
113
- version: "v3",
113
+ version: "v4",
114
114
  url: "https://fonts.googleapis.com/css2?family=Yarndings+12+Charted:ital,wght@0,400",
115
115
  unicodeRanges: {
116
116
  math: "U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF",
@@ -120,9 +120,9 @@ var getInfo = () => ({
120
120
  fonts: {
121
121
  normal: {
122
122
  "400": {
123
- math: "https://fonts.gstatic.com/s/yarndings12charted/v3/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsay2N6tHQ.woff2",
124
- symbols: "https://fonts.gstatic.com/s/yarndings12charted/v3/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsag2N6tHQ.woff2",
125
- latin: "https://fonts.gstatic.com/s/yarndings12charted/v3/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsbO2N4.woff2"
123
+ math: "https://fonts.gstatic.com/s/yarndings12charted/v4/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsay2N6tHQ.woff2",
124
+ symbols: "https://fonts.gstatic.com/s/yarndings12charted/v4/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsag2N6tHQ.woff2",
125
+ latin: "https://fonts.gstatic.com/s/yarndings12charted/v4/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsbO2N4.woff2"
126
126
  }
127
127
  }
128
128
  },
@@ -110,7 +110,7 @@ var loadFonts = (meta, style, options) => {
110
110
  var getInfo = () => ({
111
111
  fontFamily: "Yarndings TwoZero",
112
112
  importName: "Yarndings20",
113
- version: "v3",
113
+ version: "v4",
114
114
  url: "https://fonts.googleapis.com/css2?family=Yarndings+20:ital,wght@0,400",
115
115
  unicodeRanges: {
116
116
  math: "U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF",
@@ -120,9 +120,9 @@ var getInfo = () => ({
120
120
  fonts: {
121
121
  normal: {
122
122
  "400": {
123
- math: "https://fonts.gstatic.com/s/yarndings20/v3/TuGWUVlkUohEQu8l7K8b-vN1fHU1DMQ.woff2",
124
- symbols: "https://fonts.gstatic.com/s/yarndings20/v3/TuGWUVlkUohEQu8l7K8b-vN1bnU1DMQ.woff2",
125
- latin: "https://fonts.gstatic.com/s/yarndings20/v3/TuGWUVlkUohEQu8l7K8b-vN1AHU1.woff2"
123
+ math: "https://fonts.gstatic.com/s/yarndings20/v4/TuGWUVlkUohEQu8l7K8b-vN1fHU1DMQ.woff2",
124
+ symbols: "https://fonts.gstatic.com/s/yarndings20/v4/TuGWUVlkUohEQu8l7K8b-vN1bnU1DMQ.woff2",
125
+ latin: "https://fonts.gstatic.com/s/yarndings20/v4/TuGWUVlkUohEQu8l7K8b-vN1AHU1.woff2"
126
126
  }
127
127
  }
128
128
  },
@@ -110,7 +110,7 @@ var loadFonts = (meta, style, options) => {
110
110
  var getInfo = () => ({
111
111
  fontFamily: "Yarndings TwoZero Charted",
112
112
  importName: "Yarndings20Charted",
113
- version: "v3",
113
+ version: "v4",
114
114
  url: "https://fonts.googleapis.com/css2?family=Yarndings+20+Charted:ital,wght@0,400",
115
115
  unicodeRanges: {
116
116
  math: "U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF",
@@ -120,9 +120,9 @@ var getInfo = () => ({
120
120
  fonts: {
121
121
  normal: {
122
122
  "400": {
123
- math: "https://fonts.gstatic.com/s/yarndings20charted/v3/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIRd60Xazw.woff2",
124
- symbols: "https://fonts.gstatic.com/s/yarndings20charted/v3/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIRP60Xazw.woff2",
125
- latin: "https://fonts.gstatic.com/s/yarndings20charted/v3/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIQh60U.woff2"
123
+ math: "https://fonts.gstatic.com/s/yarndings20charted/v4/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIRd60Xazw.woff2",
124
+ symbols: "https://fonts.gstatic.com/s/yarndings20charted/v4/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIRP60Xazw.woff2",
125
+ latin: "https://fonts.gstatic.com/s/yarndings20charted/v4/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIQh60U.woff2"
126
126
  }
127
127
  }
128
128
  },
@@ -124,6 +124,11 @@ export const getAvailableFonts = () => [
124
124
  importName: 'Aladin',
125
125
  load: () => import('./Aladin.mjs'),
126
126
  },
127
+ {
128
+ fontFamily: 'Alan Sans',
129
+ importName: 'AlanSans',
130
+ load: () => import('./AlanSans.mjs'),
131
+ },
127
132
  {
128
133
  fontFamily: 'Alata',
129
134
  importName: 'Alata',
@@ -7330,6 +7335,11 @@ export const getAvailableFonts = () => [
7330
7335
  importName: 'SUSE',
7331
7336
  load: () => import('./SUSE.mjs'),
7332
7337
  },
7338
+ {
7339
+ fontFamily: 'SUSE Mono',
7340
+ importName: 'SUSEMono',
7341
+ load: () => import('./SUSEMono.mjs'),
7342
+ },
7333
7343
  {
7334
7344
  fontFamily: 'Sacramento',
7335
7345
  importName: 'Sacramento',