@remotion/google-fonts 4.0.326 → 4.0.329
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/TikTokSans.d.ts +94 -0
- package/dist/cjs/TikTokSans.js +92 -0
- package/dist/cjs/index.js +5 -0
- package/dist/esm/TikTokSans.mjs +200 -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.329",
|
|
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.329"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -4865,6 +4865,9 @@
|
|
|
4865
4865
|
"Tienne": [
|
|
4866
4866
|
"dist/cjs/Tienne.d.ts"
|
|
4867
4867
|
],
|
|
4868
|
+
"TikTokSans": [
|
|
4869
|
+
"dist/cjs/TikTokSans.d.ts"
|
|
4870
|
+
],
|
|
4868
4871
|
"Tillana": [
|
|
4869
4872
|
"dist/cjs/Tillana.d.ts"
|
|
4870
4873
|
],
|