@remotion/google-fonts 4.0.375 → 4.0.377
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/GoogleSansFlex.d.ts +54 -0
- package/dist/cjs/GoogleSansFlex.js +56 -0
- package/dist/cjs/Roboto.js +163 -163
- package/dist/cjs/Saira.js +55 -55
- package/dist/cjs/index.js +5 -0
- package/dist/esm/GoogleSansFlex.mjs +164 -0
- package/dist/esm/Roboto.mjs +163 -163
- package/dist/esm/Saira.mjs +55 -55
- package/dist/esm/index.mjs +5 -0
- package/package.json +5 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -2869,6 +2869,11 @@ export const getAvailableFonts = () => [
|
|
|
2869
2869
|
importName: 'GoogleSansCode',
|
|
2870
2870
|
load: () => import('./GoogleSansCode.mjs'),
|
|
2871
2871
|
},
|
|
2872
|
+
{
|
|
2873
|
+
fontFamily: 'Google Sans Flex',
|
|
2874
|
+
importName: 'GoogleSansFlex',
|
|
2875
|
+
load: () => import('./GoogleSansFlex.mjs'),
|
|
2876
|
+
},
|
|
2872
2877
|
{
|
|
2873
2878
|
fontFamily: 'Gorditas',
|
|
2874
2879
|
importName: 'Gorditas',
|
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.377",
|
|
7
7
|
"description": "Use Google Fonts in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"module": "dist/esm/index.mjs",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"remotion": "4.0.
|
|
17
|
+
"remotion": "4.0.377"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/css-font-loading-module": "0.0.14",
|
|
@@ -1747,6 +1747,9 @@
|
|
|
1747
1747
|
"GoogleSansCode": [
|
|
1748
1748
|
"dist/cjs/GoogleSansCode.d.ts"
|
|
1749
1749
|
],
|
|
1750
|
+
"GoogleSansFlex": [
|
|
1751
|
+
"dist/cjs/GoogleSansFlex.d.ts"
|
|
1752
|
+
],
|
|
1750
1753
|
"Gorditas": [
|
|
1751
1754
|
"dist/cjs/Gorditas.d.ts"
|
|
1752
1755
|
],
|