@remotion/google-fonts 4.0.414 → 4.0.415
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/Kedebideri.d.ts +8 -1
- package/dist/cjs/Kedebideri.js +15 -8
- package/dist/esm/BBHSansBartle.mjs +135 -0
- package/dist/esm/BBHSansBogle.mjs +135 -0
- package/dist/esm/BBHSansHegarty.mjs +135 -0
- package/dist/esm/ChironGoRoundTC.mjs +1180 -0
- package/dist/esm/ChironHeiHK.mjs +2249 -0
- package/dist/esm/ChironSungHK.mjs +2180 -0
- package/dist/esm/Kedebideri.mjs +15 -8
- package/package.json +1 -1
package/dist/esm/Kedebideri.mjs
CHANGED
|
@@ -110,34 +110,41 @@ var loadFonts = (meta, style, options) => {
|
|
|
110
110
|
var getInfo = () => ({
|
|
111
111
|
fontFamily: "Kedebideri",
|
|
112
112
|
importName: "Kedebideri",
|
|
113
|
-
version: "
|
|
113
|
+
version: "v6",
|
|
114
114
|
url: "https://fonts.googleapis.com/css2?family=Kedebideri:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900",
|
|
115
115
|
unicodeRanges: {
|
|
116
|
+
"beria-erfe": "U+16EA0-16EB8, U+16EBB-16ED3",
|
|
116
117
|
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"
|
|
117
118
|
},
|
|
118
119
|
fonts: {
|
|
119
120
|
normal: {
|
|
120
121
|
"400": {
|
|
121
|
-
|
|
122
|
+
"beria-erfe": "https://fonts.gstatic.com/s/kedebideri/v6/t5tlIR0UPo6ZGAykNh_evBjp7TzXqw.woff2",
|
|
123
|
+
latin: "https://fonts.gstatic.com/s/kedebideri/v6/t5tlIR0UPo6ZGAykNh_evKHIyA.woff2"
|
|
122
124
|
},
|
|
123
125
|
"500": {
|
|
124
|
-
|
|
126
|
+
"beria-erfe": "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etFLr3Yfuip6-ew.woff2",
|
|
127
|
+
latin: "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etFLr3T7Prw.woff2"
|
|
125
128
|
},
|
|
126
129
|
"600": {
|
|
127
|
-
|
|
130
|
+
"beria-erfe": "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etH7s3Yfuip6-ew.woff2",
|
|
131
|
+
latin: "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etH7s3T7Prw.woff2"
|
|
128
132
|
},
|
|
129
133
|
"700": {
|
|
130
|
-
|
|
134
|
+
"beria-erfe": "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etBrt3Yfuip6-ew.woff2",
|
|
135
|
+
latin: "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etBrt3T7Prw.woff2"
|
|
131
136
|
},
|
|
132
137
|
"800": {
|
|
133
|
-
|
|
138
|
+
"beria-erfe": "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etAbu3Yfuip6-ew.woff2",
|
|
139
|
+
latin: "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etAbu3T7Prw.woff2"
|
|
134
140
|
},
|
|
135
141
|
"900": {
|
|
136
|
-
|
|
142
|
+
"beria-erfe": "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etCLv3Yfuip6-ew.woff2",
|
|
143
|
+
latin: "https://fonts.gstatic.com/s/kedebideri/v6/t5tmIR0UPo6ZGAykNh_etCLv3T7Prw.woff2"
|
|
137
144
|
}
|
|
138
145
|
}
|
|
139
146
|
},
|
|
140
|
-
subsets: ["latin"]
|
|
147
|
+
subsets: ["beria-erfe", "latin"]
|
|
141
148
|
});
|
|
142
149
|
var fontFamily = "Kedebideri";
|
|
143
150
|
var loadFont = (style, options) => {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/google-fonts"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/google-fonts",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.415",
|
|
7
7
|
"description": "Use Google Fonts in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"module": "dist/esm/index.mjs",
|