@remotion/google-fonts 4.0.319 → 4.0.321
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/Agbalumo.d.ts +3 -1
- package/dist/cjs/Agbalumo.js +8 -6
- package/dist/cjs/AncizarSans.js +55 -55
- package/dist/cjs/AncizarSerif.js +43 -43
- package/dist/cjs/Asap.js +55 -55
- package/dist/cjs/Asul.js +3 -3
- package/dist/cjs/BitcountGridDouble.d.ts +70 -0
- package/dist/cjs/BitcountGridDouble.js +61 -0
- package/dist/cjs/CactusClassicalSerif.js +106 -106
- package/dist/cjs/ChironHeiHK.d.ts +2127 -0
- package/dist/cjs/ChironHeiHK.js +2124 -0
- package/dist/cjs/ChocolateClassicalSans.d.ts +6 -2
- package/dist/cjs/ChocolateClassicalSans.js +112 -108
- package/dist/cjs/Glory.js +49 -49
- package/dist/cjs/Gurajada.js +4 -4
- package/dist/cjs/Iansui.js +110 -110
- package/dist/cjs/Italiana.js +2 -2
- package/dist/cjs/KumarOneOutline.js +4 -4
- package/dist/cjs/Laila.js +16 -16
- package/dist/cjs/LibertinusMath.d.ts +50 -0
- package/dist/cjs/LibertinusMath.js +50 -0
- package/dist/cjs/LibertinusMono.d.ts +38 -0
- package/dist/cjs/LibertinusMono.js +29 -0
- package/dist/cjs/Liter.js +4 -4
- package/dist/cjs/MPLUSRounded1c.js +883 -883
- package/dist/cjs/ManufacturingConsent.d.ts +38 -0
- package/dist/cjs/ManufacturingConsent.js +29 -0
- package/dist/cjs/Menbere.d.ts +78 -0
- package/dist/cjs/Menbere.js +69 -0
- package/dist/cjs/Narnoor.js +26 -26
- package/dist/cjs/NotoSansSunuwar.d.ts +40 -0
- package/dist/cjs/NotoSansSunuwar.js +31 -0
- package/dist/cjs/Parastoo.d.ts +55 -0
- package/dist/cjs/Parastoo.js +46 -0
- package/dist/cjs/PollerOne.js +2 -2
- package/dist/cjs/ReemKufiFun.js +17 -17
- package/dist/cjs/ReemKufiInk.js +5 -5
- package/dist/cjs/SawarabiGothic.js +122 -122
- package/dist/cjs/SpaceMono.js +13 -13
- package/dist/cjs/Stylish.js +88 -88
- package/dist/cjs/UoqMunThenKhung.d.ts +238 -0
- package/dist/cjs/UoqMunThenKhung.js +229 -0
- package/dist/cjs/ZenMaruGothic.js +611 -611
- package/dist/cjs/index.js +45 -0
- package/dist/esm/Agbalumo.mjs +8 -6
- package/dist/esm/AncizarSans.mjs +55 -55
- package/dist/esm/AncizarSerif.mjs +43 -43
- package/dist/esm/Asap.mjs +55 -55
- package/dist/esm/Asul.mjs +3 -3
- package/dist/esm/BitcountGridDouble.mjs +169 -0
- package/dist/esm/CactusClassicalSerif.mjs +106 -106
- package/dist/esm/ChironHeiHK.mjs +2232 -0
- package/dist/esm/ChocolateClassicalSans.mjs +112 -108
- package/dist/esm/Glory.mjs +49 -49
- package/dist/esm/Gurajada.mjs +4 -4
- package/dist/esm/Iansui.mjs +110 -110
- package/dist/esm/Italiana.mjs +2 -2
- package/dist/esm/KumarOneOutline.mjs +4 -4
- package/dist/esm/Laila.mjs +16 -16
- package/dist/esm/LibertinusMath.mjs +158 -0
- package/dist/esm/LibertinusMono.mjs +137 -0
- package/dist/esm/Liter.mjs +4 -4
- package/dist/esm/MPLUSRounded1c.mjs +883 -883
- package/dist/esm/ManufacturingConsent.mjs +137 -0
- package/dist/esm/Menbere.mjs +177 -0
- package/dist/esm/Narnoor.mjs +26 -26
- package/dist/esm/NotoSansSunuwar.mjs +139 -0
- package/dist/esm/Parastoo.mjs +154 -0
- package/dist/esm/PollerOne.mjs +2 -2
- package/dist/esm/ReemKufiFun.mjs +17 -17
- package/dist/esm/ReemKufiInk.mjs +5 -5
- package/dist/esm/SawarabiGothic.mjs +122 -122
- package/dist/esm/SpaceMono.mjs +13 -13
- package/dist/esm/Stylish.mjs +88 -88
- package/dist/esm/UoqMunThenKhung.mjs +337 -0
- package/dist/esm/ZenMaruGothic.mjs +611 -611
- package/dist/esm/index.mjs +45 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +29 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -1034,6 +1034,11 @@ export const getAvailableFonts = () => [
|
|
|
1034
1034
|
importName: 'Biryani',
|
|
1035
1035
|
load: () => import('./Biryani.mjs'),
|
|
1036
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
fontFamily: 'Bitcount Grid Double',
|
|
1039
|
+
importName: 'BitcountGridDouble',
|
|
1040
|
+
load: () => import('./BitcountGridDouble.mjs'),
|
|
1041
|
+
},
|
|
1037
1042
|
{
|
|
1038
1043
|
fontFamily: 'Bitter',
|
|
1039
1044
|
importName: 'Bitter',
|
|
@@ -1524,6 +1529,11 @@ export const getAvailableFonts = () => [
|
|
|
1524
1529
|
importName: 'Chilanka',
|
|
1525
1530
|
load: () => import('./Chilanka.mjs'),
|
|
1526
1531
|
},
|
|
1532
|
+
{
|
|
1533
|
+
fontFamily: 'Chiron Hei HK',
|
|
1534
|
+
importName: 'ChironHeiHK',
|
|
1535
|
+
load: () => import('./ChironHeiHK.mjs'),
|
|
1536
|
+
},
|
|
1527
1537
|
{
|
|
1528
1538
|
fontFamily: 'Chiron Sung HK',
|
|
1529
1539
|
importName: 'ChironSungHK',
|
|
@@ -3934,6 +3944,16 @@ export const getAvailableFonts = () => [
|
|
|
3934
3944
|
importName: 'LexendZetta',
|
|
3935
3945
|
load: () => import('./LexendZetta.mjs'),
|
|
3936
3946
|
},
|
|
3947
|
+
{
|
|
3948
|
+
fontFamily: 'Libertinus Math',
|
|
3949
|
+
importName: 'LibertinusMath',
|
|
3950
|
+
load: () => import('./LibertinusMath.mjs'),
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
fontFamily: 'Libertinus Mono',
|
|
3954
|
+
importName: 'LibertinusMono',
|
|
3955
|
+
load: () => import('./LibertinusMono.mjs'),
|
|
3956
|
+
},
|
|
3937
3957
|
{
|
|
3938
3958
|
fontFamily: 'Libre Barcode 128',
|
|
3939
3959
|
importName: 'LibreBarcode128',
|
|
@@ -4274,6 +4294,11 @@ export const getAvailableFonts = () => [
|
|
|
4274
4294
|
importName: 'Manuale',
|
|
4275
4295
|
load: () => import('./Manuale.mjs'),
|
|
4276
4296
|
},
|
|
4297
|
+
{
|
|
4298
|
+
fontFamily: 'Manufacturing Consent',
|
|
4299
|
+
importName: 'ManufacturingConsent',
|
|
4300
|
+
load: () => import('./ManufacturingConsent.mjs'),
|
|
4301
|
+
},
|
|
4277
4302
|
{
|
|
4278
4303
|
fontFamily: 'Marcellus',
|
|
4279
4304
|
importName: 'Marcellus',
|
|
@@ -4399,6 +4424,11 @@ export const getAvailableFonts = () => [
|
|
|
4399
4424
|
importName: 'MeieScript',
|
|
4400
4425
|
load: () => import('./MeieScript.mjs'),
|
|
4401
4426
|
},
|
|
4427
|
+
{
|
|
4428
|
+
fontFamily: 'Menbere',
|
|
4429
|
+
importName: 'Menbere',
|
|
4430
|
+
load: () => import('./Menbere.mjs'),
|
|
4431
|
+
},
|
|
4402
4432
|
{
|
|
4403
4433
|
fontFamily: 'Meow Script',
|
|
4404
4434
|
importName: 'MeowScript',
|
|
@@ -5575,6 +5605,11 @@ export const getAvailableFonts = () => [
|
|
|
5575
5605
|
importName: 'NotoSansSundanese',
|
|
5576
5606
|
load: () => import('./NotoSansSundanese.mjs'),
|
|
5577
5607
|
},
|
|
5608
|
+
{
|
|
5609
|
+
fontFamily: 'Noto Sans Sunuwar',
|
|
5610
|
+
importName: 'NotoSansSunuwar',
|
|
5611
|
+
load: () => import('./NotoSansSunuwar.mjs'),
|
|
5612
|
+
},
|
|
5578
5613
|
{
|
|
5579
5614
|
fontFamily: 'Noto Sans Syloti Nagri',
|
|
5580
5615
|
importName: 'NotoSansSylotiNagri',
|
|
@@ -6225,6 +6260,11 @@ export const getAvailableFonts = () => [
|
|
|
6225
6260
|
importName: 'Paprika',
|
|
6226
6261
|
load: () => import('./Paprika.mjs'),
|
|
6227
6262
|
},
|
|
6263
|
+
{
|
|
6264
|
+
fontFamily: 'Parastoo',
|
|
6265
|
+
importName: 'Parastoo',
|
|
6266
|
+
load: () => import('./Parastoo.mjs'),
|
|
6267
|
+
},
|
|
6228
6268
|
{
|
|
6229
6269
|
fontFamily: 'Parisienne',
|
|
6230
6270
|
importName: 'Parisienne',
|
|
@@ -8245,6 +8285,11 @@ export const getAvailableFonts = () => [
|
|
|
8245
8285
|
importName: 'Unna',
|
|
8246
8286
|
load: () => import('./Unna.mjs'),
|
|
8247
8287
|
},
|
|
8288
|
+
{
|
|
8289
|
+
fontFamily: 'UoqMunThenKhung',
|
|
8290
|
+
importName: 'UoqMunThenKhung',
|
|
8291
|
+
load: () => import('./UoqMunThenKhung.mjs'),
|
|
8292
|
+
},
|
|
8248
8293
|
{
|
|
8249
8294
|
fontFamily: 'Updock',
|
|
8250
8295
|
importName: 'Updock',
|