@remotion/google-fonts 4.0.417 → 4.0.418
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.js
CHANGED
|
@@ -8,7 +8,7 @@ const getInfo = () => ({
|
|
|
8
8
|
version: 'v6',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Kedebideri:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900',
|
|
10
10
|
unicodeRanges: {
|
|
11
|
-
'beria-erfe': 'U+16EA0-16EB8, U+16EBB-16ED3',
|
|
11
|
+
'beria-erfe': 'U+0301, U+16EA0-16EB8, U+16EBB-16ED3',
|
|
12
12
|
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',
|
|
13
13
|
},
|
|
14
14
|
fonts: {
|
package/dist/esm/Kedebideri.mjs
CHANGED
|
@@ -113,7 +113,7 @@ var getInfo = () => ({
|
|
|
113
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
|
+
"beria-erfe": "U+0301, U+16EA0-16EB8, U+16EBB-16ED3",
|
|
117
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"
|
|
118
118
|
},
|
|
119
119
|
fonts: {
|
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.418",
|
|
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.418"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/css-font-loading-module": "0.0.14",
|