@remotion/google-fonts 4.0.325 → 4.0.326
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/GoogleSansCode.d.ts +205 -0
- package/dist/cjs/GoogleSansCode.js +204 -0
- package/dist/cjs/index.js +5 -0
- package/dist/esm/GoogleSansCode.mjs +312 -0
- package/dist/esm/index.mjs +5 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -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.326",
|
|
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.326"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -1691,6 +1691,9 @@
|
|
|
1691
1691
|
"GolosText": [
|
|
1692
1692
|
"dist/cjs/GolosText.d.ts"
|
|
1693
1693
|
],
|
|
1694
|
+
"GoogleSansCode": [
|
|
1695
|
+
"dist/cjs/GoogleSansCode.d.ts"
|
|
1696
|
+
],
|
|
1694
1697
|
"Gorditas": [
|
|
1695
1698
|
"dist/cjs/Gorditas.d.ts"
|
|
1696
1699
|
],
|