@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.
- package/dist/cjs/AlanSans.d.ts +62 -0
- package/dist/cjs/AlanSans.js +53 -0
- package/dist/cjs/FlowBlock.js +6 -6
- package/dist/cjs/FlowCircular.js +6 -6
- package/dist/cjs/FlowRounded.js +6 -6
- package/dist/cjs/Jacquard12.js +5 -5
- package/dist/cjs/Jacquard12Charted.js +5 -5
- package/dist/cjs/Jacquard24.js +3 -3
- package/dist/cjs/Jacquard24Charted.js +3 -3
- package/dist/cjs/JacquardaBastarda9.js +5 -5
- package/dist/cjs/JacquardaBastarda9Charted.js +5 -5
- package/dist/cjs/Jersey10.js +3 -3
- package/dist/cjs/Jersey10Charted.js +3 -3
- package/dist/cjs/Jersey15.js +3 -3
- package/dist/cjs/Jersey15Charted.js +3 -3
- package/dist/cjs/Jersey20.js +3 -3
- package/dist/cjs/Jersey20Charted.js +3 -3
- package/dist/cjs/Jersey25.js +3 -3
- package/dist/cjs/Jersey25Charted.js +3 -3
- package/dist/cjs/Khmer.js +2 -2
- package/dist/cjs/LibreBarcode128.js +2 -2
- package/dist/cjs/LibreBarcode128Text.js +2 -2
- package/dist/cjs/LibreBarcode39.js +2 -2
- package/dist/cjs/LibreBarcode39Extended.js +2 -2
- package/dist/cjs/LibreBarcode39ExtendedText.js +2 -2
- package/dist/cjs/LibreBarcode39Text.js +2 -2
- package/dist/cjs/LibreBarcodeEAN13Text.js +2 -2
- package/dist/cjs/NotoEmoji.js +66 -66
- package/dist/cjs/NotoSansArabic.js +46 -46
- package/dist/cjs/NotoSansBengali.js +28 -28
- package/dist/cjs/NotoSansSinhala.js +28 -28
- package/dist/cjs/NotoSansTamilSupplement.js +4 -4
- package/dist/cjs/NotoSerifBengali.js +28 -28
- package/dist/cjs/Phetsarath.js +3 -3
- package/dist/cjs/Ponnala.js +3 -3
- package/dist/cjs/Redacted.js +3 -3
- package/dist/cjs/RedactedScript.js +7 -7
- package/dist/cjs/SUSE.d.ts +67 -2
- package/dist/cjs/SUSE.js +80 -19
- package/dist/cjs/SUSEMono.d.ts +121 -0
- package/dist/cjs/SUSEMono.js +108 -0
- package/dist/cjs/Siemreap.js +2 -2
- package/dist/cjs/Yarndings12.js +4 -4
- package/dist/cjs/Yarndings12Charted.js +4 -4
- package/dist/cjs/Yarndings20.js +4 -4
- package/dist/cjs/Yarndings20Charted.js +4 -4
- package/dist/cjs/index.js +10 -0
- package/dist/esm/42dotSans.mjs +794 -0
- package/dist/esm/AlanSans.mjs +161 -0
- package/dist/esm/FlowBlock.mjs +6 -6
- package/dist/esm/FlowCircular.mjs +6 -6
- package/dist/esm/FlowRounded.mjs +6 -6
- package/dist/esm/Jacquard12.mjs +5 -5
- package/dist/esm/Jacquard12Charted.mjs +5 -5
- package/dist/esm/Jacquard24.mjs +3 -3
- package/dist/esm/Jacquard24Charted.mjs +3 -3
- package/dist/esm/JacquardaBastarda9.mjs +5 -5
- package/dist/esm/JacquardaBastarda9Charted.mjs +5 -5
- package/dist/esm/Jersey10.mjs +3 -3
- package/dist/esm/Jersey10Charted.mjs +3 -3
- package/dist/esm/Jersey15.mjs +3 -3
- package/dist/esm/Jersey15Charted.mjs +3 -3
- package/dist/esm/Jersey20.mjs +3 -3
- package/dist/esm/Jersey20Charted.mjs +3 -3
- package/dist/esm/Jersey25.mjs +3 -3
- package/dist/esm/Jersey25Charted.mjs +3 -3
- package/dist/esm/Khmer.mjs +2 -2
- package/dist/esm/LibreBarcode128.mjs +2 -2
- package/dist/esm/LibreBarcode128Text.mjs +2 -2
- package/dist/esm/LibreBarcode39.mjs +2 -2
- package/dist/esm/LibreBarcode39Extended.mjs +2 -2
- package/dist/esm/LibreBarcode39ExtendedText.mjs +2 -2
- package/dist/esm/LibreBarcode39Text.mjs +2 -2
- package/dist/esm/LibreBarcodeEAN13Text.mjs +2 -2
- package/dist/esm/Linefont.mjs +127 -0
- package/dist/esm/NotoEmoji.mjs +66 -66
- package/dist/esm/NotoSansArabic.mjs +46 -46
- package/dist/esm/NotoSansBengali.mjs +28 -28
- package/dist/esm/NotoSansSinhala.mjs +28 -28
- package/dist/esm/NotoSansTamilSupplement.mjs +4 -4
- package/dist/esm/NotoSerifBengali.mjs +28 -28
- package/dist/esm/Phetsarath.mjs +3 -3
- package/dist/esm/Ponnala.mjs +3 -3
- package/dist/esm/Redacted.mjs +3 -3
- package/dist/esm/RedactedScript.mjs +7 -7
- package/dist/esm/SUSE.mjs +80 -19
- package/dist/esm/SUSEMono.mjs +216 -0
- package/dist/esm/Siemreap.mjs +2 -2
- package/dist/esm/Yarndings12.mjs +4 -4
- package/dist/esm/Yarndings12Charted.mjs +4 -4
- package/dist/esm/Yarndings20.mjs +4 -4
- package/dist/esm/Yarndings20Charted.mjs +4 -4
- package/dist/esm/index.mjs +10 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -5
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loadFont = exports.fontFamily = exports.getInfo = void 0;
|
|
4
|
+
const base_1 = require("./base");
|
|
5
|
+
const getInfo = () => ({
|
|
6
|
+
fontFamily: 'SUSE Mono',
|
|
7
|
+
importName: 'SUSEMono',
|
|
8
|
+
version: 'v1',
|
|
9
|
+
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',
|
|
10
|
+
unicodeRanges: {
|
|
11
|
+
vietnamese: 'U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB',
|
|
12
|
+
'latin-ext': 'U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF',
|
|
13
|
+
latin: 'U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD',
|
|
14
|
+
},
|
|
15
|
+
fonts: {
|
|
16
|
+
italic: {
|
|
17
|
+
'100': {
|
|
18
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
21
|
+
},
|
|
22
|
+
'200': {
|
|
23
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
24
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
25
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
26
|
+
},
|
|
27
|
+
'300': {
|
|
28
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
29
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
30
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
31
|
+
},
|
|
32
|
+
'400': {
|
|
33
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
34
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
35
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
36
|
+
},
|
|
37
|
+
'500': {
|
|
38
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
39
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
40
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
41
|
+
},
|
|
42
|
+
'600': {
|
|
43
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
44
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
45
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
46
|
+
},
|
|
47
|
+
'700': {
|
|
48
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
49
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
50
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
51
|
+
},
|
|
52
|
+
'800': {
|
|
53
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHJOHrSDQ.woff2',
|
|
54
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHIOHrSDQ.woff2',
|
|
55
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83fW4wN6yi9x2mTxJIcJiHGOHo.woff2',
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
normal: {
|
|
59
|
+
'100': {
|
|
60
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
61
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
62
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
63
|
+
},
|
|
64
|
+
'200': {
|
|
65
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
66
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
67
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
68
|
+
},
|
|
69
|
+
'300': {
|
|
70
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
71
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
72
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
73
|
+
},
|
|
74
|
+
'400': {
|
|
75
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
76
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
77
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
78
|
+
},
|
|
79
|
+
'500': {
|
|
80
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
81
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
82
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
83
|
+
},
|
|
84
|
+
'600': {
|
|
85
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
86
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
87
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
88
|
+
},
|
|
89
|
+
'700': {
|
|
90
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
91
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
92
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
93
|
+
},
|
|
94
|
+
'800': {
|
|
95
|
+
vietnamese: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLBHEIH4.woff2',
|
|
96
|
+
'latin-ext': 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcLRHEIH4.woff2',
|
|
97
|
+
latin: 'https://fonts.gstatic.com/s/susemono/v1/y83ZW4wN6yi9x2mTxJIcIxHE.woff2',
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
subsets: ['latin', 'latin-ext', 'vietnamese'],
|
|
102
|
+
});
|
|
103
|
+
exports.getInfo = getInfo;
|
|
104
|
+
exports.fontFamily = 'SUSE Mono';
|
|
105
|
+
const loadFont = (style, options) => {
|
|
106
|
+
return (0, base_1.loadFonts)((0, exports.getInfo)(), style, options);
|
|
107
|
+
};
|
|
108
|
+
exports.loadFont = loadFont;
|
package/dist/cjs/Siemreap.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Siemreap',
|
|
7
7
|
importName: 'Siemreap',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v30',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Siemreap:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
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',
|
|
@@ -13,7 +13,7 @@ const getInfo = () => ({
|
|
|
13
13
|
fonts: {
|
|
14
14
|
normal: {
|
|
15
15
|
'400': {
|
|
16
|
-
khmer: 'https://fonts.gstatic.com/s/siemreap/
|
|
16
|
+
khmer: 'https://fonts.gstatic.com/s/siemreap/v30/Gg82N5oFbgLvHAfNl1YXlg4.woff2',
|
|
17
17
|
},
|
|
18
18
|
},
|
|
19
19
|
},
|
package/dist/cjs/Yarndings12.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Yarndings OneTwo',
|
|
7
7
|
importName: 'Yarndings12',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v4',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Yarndings+12:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
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',
|
|
@@ -15,9 +15,9 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
normal: {
|
|
17
17
|
'400': {
|
|
18
|
-
math: 'https://fonts.gstatic.com/s/yarndings12/
|
|
19
|
-
symbols: 'https://fonts.gstatic.com/s/yarndings12/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/yarndings12/
|
|
18
|
+
math: 'https://fonts.gstatic.com/s/yarndings12/v4/55xreyp2N8T5P2LJbZAlkY9sipjNE2U.woff2',
|
|
19
|
+
symbols: 'https://fonts.gstatic.com/s/yarndings12/v4/55xreyp2N8T5P2LJbZAlkY9smJjNE2U.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/yarndings12/v4/55xreyp2N8T5P2LJbZAlkY9s9pjN.woff2',
|
|
21
21
|
},
|
|
22
22
|
},
|
|
23
23
|
},
|
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Yarndings OneTwo Charted',
|
|
7
7
|
importName: 'Yarndings12Charted',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v4',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Yarndings+12+Charted:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
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',
|
|
@@ -15,9 +15,9 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
normal: {
|
|
17
17
|
'400': {
|
|
18
|
-
math: 'https://fonts.gstatic.com/s/yarndings12charted/
|
|
19
|
-
symbols: 'https://fonts.gstatic.com/s/yarndings12charted/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/yarndings12charted/
|
|
18
|
+
math: 'https://fonts.gstatic.com/s/yarndings12charted/v4/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsay2N6tHQ.woff2',
|
|
19
|
+
symbols: 'https://fonts.gstatic.com/s/yarndings12charted/v4/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsag2N6tHQ.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/yarndings12charted/v4/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsbO2N4.woff2',
|
|
21
21
|
},
|
|
22
22
|
},
|
|
23
23
|
},
|
package/dist/cjs/Yarndings20.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Yarndings TwoZero',
|
|
7
7
|
importName: 'Yarndings20',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v4',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Yarndings+20:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
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',
|
|
@@ -15,9 +15,9 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
normal: {
|
|
17
17
|
'400': {
|
|
18
|
-
math: 'https://fonts.gstatic.com/s/yarndings20/
|
|
19
|
-
symbols: 'https://fonts.gstatic.com/s/yarndings20/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/yarndings20/
|
|
18
|
+
math: 'https://fonts.gstatic.com/s/yarndings20/v4/TuGWUVlkUohEQu8l7K8b-vN1fHU1DMQ.woff2',
|
|
19
|
+
symbols: 'https://fonts.gstatic.com/s/yarndings20/v4/TuGWUVlkUohEQu8l7K8b-vN1bnU1DMQ.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/yarndings20/v4/TuGWUVlkUohEQu8l7K8b-vN1AHU1.woff2',
|
|
21
21
|
},
|
|
22
22
|
},
|
|
23
23
|
},
|
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Yarndings TwoZero Charted',
|
|
7
7
|
importName: 'Yarndings20Charted',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v4',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Yarndings+20+Charted:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
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',
|
|
@@ -15,9 +15,9 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
normal: {
|
|
17
17
|
'400': {
|
|
18
|
-
math: 'https://fonts.gstatic.com/s/yarndings20charted/
|
|
19
|
-
symbols: 'https://fonts.gstatic.com/s/yarndings20charted/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/yarndings20charted/
|
|
18
|
+
math: 'https://fonts.gstatic.com/s/yarndings20charted/v4/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIRd60Xazw.woff2',
|
|
19
|
+
symbols: 'https://fonts.gstatic.com/s/yarndings20charted/v4/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIRP60Xazw.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/yarndings20charted/v4/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIQh60U.woff2',
|
|
21
21
|
},
|
|
22
22
|
},
|
|
23
23
|
},
|
package/dist/cjs/index.js
CHANGED
|
@@ -162,6 +162,11 @@ const getAvailableFonts = () => [
|
|
|
162
162
|
importName: 'Aladin',
|
|
163
163
|
load: () => Promise.resolve().then(() => __importStar(require('./Aladin'))),
|
|
164
164
|
},
|
|
165
|
+
{
|
|
166
|
+
fontFamily: 'Alan Sans',
|
|
167
|
+
importName: 'AlanSans',
|
|
168
|
+
load: () => Promise.resolve().then(() => __importStar(require('./AlanSans'))),
|
|
169
|
+
},
|
|
165
170
|
{
|
|
166
171
|
fontFamily: 'Alata',
|
|
167
172
|
importName: 'Alata',
|
|
@@ -7367,6 +7372,11 @@ const getAvailableFonts = () => [
|
|
|
7367
7372
|
importName: 'SUSE',
|
|
7368
7373
|
load: () => Promise.resolve().then(() => __importStar(require('./SUSE'))),
|
|
7369
7374
|
},
|
|
7375
|
+
{
|
|
7376
|
+
fontFamily: 'SUSE Mono',
|
|
7377
|
+
importName: 'SUSEMono',
|
|
7378
|
+
load: () => Promise.resolve().then(() => __importStar(require('./SUSEMono'))),
|
|
7379
|
+
},
|
|
7370
7380
|
{
|
|
7371
7381
|
fontFamily: 'Sacramento',
|
|
7372
7382
|
importName: 'Sacramento',
|