@remotion/google-fonts 4.0.301 → 4.0.302
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/Akatab.js +19 -19
- package/dist/cjs/Exile.d.ts +38 -0
- package/dist/cjs/Exile.js +29 -0
- package/dist/cjs/Figtree.js +29 -29
- package/dist/cjs/Iansui.d.ts +3 -1
- package/dist/cjs/Iansui.js +112 -110
- package/dist/cjs/NotoZnamennyMusicalNotation.js +6 -6
- package/dist/cjs/PlaypenSans.d.ts +28 -1
- package/dist/cjs/PlaypenSans.js +142 -106
- package/dist/cjs/PlaypenSansArabic.d.ts +174 -0
- package/dist/cjs/PlaypenSansArabic.js +165 -0
- package/dist/cjs/PlaypenSansDeva.d.ts +156 -0
- package/dist/cjs/PlaypenSansDeva.js +147 -0
- package/dist/cjs/PlaypenSansHebrew.d.ts +165 -0
- package/dist/cjs/PlaypenSansHebrew.js +156 -0
- package/dist/cjs/PlaypenSansThai.d.ts +165 -0
- package/dist/cjs/PlaypenSansThai.js +156 -0
- package/dist/cjs/index.js +25 -0
- package/dist/esm/Akatab.mjs +19 -19
- package/dist/esm/Exile.mjs +137 -0
- package/dist/esm/Figtree.mjs +29 -29
- package/dist/esm/Iansui.mjs +112 -110
- package/dist/esm/NotoZnamennyMusicalNotation.mjs +6 -6
- package/dist/esm/PlaypenSans.mjs +142 -106
- package/dist/esm/PlaypenSansArabic.mjs +273 -0
- package/dist/esm/PlaypenSansDeva.mjs +255 -0
- package/dist/esm/PlaypenSansHebrew.mjs +264 -0
- package/dist/esm/PlaypenSansThai.mjs +264 -0
- package/dist/esm/index.mjs +25 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -2
package/package.json
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
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.302",
|
|
7
7
|
"description": "Use Google Fonts in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"module": "dist/esm/index.mjs",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"remotion": "4.0.
|
|
12
|
+
"remotion": "4.0.302"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -1328,6 +1328,9 @@
|
|
|
1328
1328
|
"Ewert": [
|
|
1329
1329
|
"dist/cjs/Ewert.d.ts"
|
|
1330
1330
|
],
|
|
1331
|
+
"Exile": [
|
|
1332
|
+
"dist/cjs/Exile.d.ts"
|
|
1333
|
+
],
|
|
1331
1334
|
"Exo": [
|
|
1332
1335
|
"dist/cjs/Exo.d.ts"
|
|
1333
1336
|
],
|
|
@@ -3815,6 +3818,18 @@
|
|
|
3815
3818
|
"PlaypenSans": [
|
|
3816
3819
|
"dist/cjs/PlaypenSans.d.ts"
|
|
3817
3820
|
],
|
|
3821
|
+
"PlaypenSansArabic": [
|
|
3822
|
+
"dist/cjs/PlaypenSansArabic.d.ts"
|
|
3823
|
+
],
|
|
3824
|
+
"PlaypenSansDeva": [
|
|
3825
|
+
"dist/cjs/PlaypenSansDeva.d.ts"
|
|
3826
|
+
],
|
|
3827
|
+
"PlaypenSansHebrew": [
|
|
3828
|
+
"dist/cjs/PlaypenSansHebrew.d.ts"
|
|
3829
|
+
],
|
|
3830
|
+
"PlaypenSansThai": [
|
|
3831
|
+
"dist/cjs/PlaypenSansThai.d.ts"
|
|
3832
|
+
],
|
|
3818
3833
|
"PlusJakartaSans": [
|
|
3819
3834
|
"dist/cjs/PlusJakartaSans.d.ts"
|
|
3820
3835
|
],
|