@remotion/google-fonts 4.0.475 → 4.0.476
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/Ole.js +4 -4
- package/dist/esm/Ole.mjs +4 -4
- package/package.json +2 -2
package/dist/cjs/Ole.js
CHANGED
|
@@ -5,7 +5,7 @@ const base_1 = require("./base");
|
|
|
5
5
|
const getInfo = () => ({
|
|
6
6
|
fontFamily: 'Ole',
|
|
7
7
|
importName: 'Ole',
|
|
8
|
-
version: '
|
|
8
|
+
version: 'v6',
|
|
9
9
|
url: 'https://fonts.googleapis.com/css2?family=Ole:ital,wght@0,400',
|
|
10
10
|
unicodeRanges: {
|
|
11
11
|
vietnamese: 'U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB',
|
|
@@ -15,9 +15,9 @@ const getInfo = () => ({
|
|
|
15
15
|
fonts: {
|
|
16
16
|
normal: {
|
|
17
17
|
'400': {
|
|
18
|
-
vietnamese: 'https://fonts.gstatic.com/s/ole/
|
|
19
|
-
'latin-ext': 'https://fonts.gstatic.com/s/ole/
|
|
20
|
-
latin: 'https://fonts.gstatic.com/s/ole/
|
|
18
|
+
vietnamese: 'https://fonts.gstatic.com/s/ole/v6/dFazZf6Z-rdM_fY7xqI.woff2',
|
|
19
|
+
'latin-ext': 'https://fonts.gstatic.com/s/ole/v6/dFazZf6Z-rdM_PY7xqI.woff2',
|
|
20
|
+
latin: 'https://fonts.gstatic.com/s/ole/v6/dFazZf6Z-rdM8vY7.woff2',
|
|
21
21
|
},
|
|
22
22
|
},
|
|
23
23
|
},
|
package/dist/esm/Ole.mjs
CHANGED
|
@@ -140,7 +140,7 @@ var loadFonts = (meta, style, options) => {
|
|
|
140
140
|
var getInfo = () => ({
|
|
141
141
|
fontFamily: "Ole",
|
|
142
142
|
importName: "Ole",
|
|
143
|
-
version: "
|
|
143
|
+
version: "v6",
|
|
144
144
|
url: "https://fonts.googleapis.com/css2?family=Ole:ital,wght@0,400",
|
|
145
145
|
unicodeRanges: {
|
|
146
146
|
vietnamese: "U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB",
|
|
@@ -150,9 +150,9 @@ var getInfo = () => ({
|
|
|
150
150
|
fonts: {
|
|
151
151
|
normal: {
|
|
152
152
|
"400": {
|
|
153
|
-
vietnamese: "https://fonts.gstatic.com/s/ole/
|
|
154
|
-
"latin-ext": "https://fonts.gstatic.com/s/ole/
|
|
155
|
-
latin: "https://fonts.gstatic.com/s/ole/
|
|
153
|
+
vietnamese: "https://fonts.gstatic.com/s/ole/v6/dFazZf6Z-rdM_fY7xqI.woff2",
|
|
154
|
+
"latin-ext": "https://fonts.gstatic.com/s/ole/v6/dFazZf6Z-rdM_PY7xqI.woff2",
|
|
155
|
+
latin: "https://fonts.gstatic.com/s/ole/v6/dFazZf6Z-rdM8vY7.woff2"
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
},
|
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.476",
|
|
7
7
|
"description": "Use Google Fonts in Remotion",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"module": "dist/esm/index.mjs",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"remotion": "4.0.
|
|
19
|
+
"remotion": "4.0.476"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/css-font-loading-module": "0.0.14",
|