#3210·lottie-web

Bundle Fonts didn't export all Fonts

Author: DarkRider278Created Jul 31, 2026Updated Jul 31, 2026

Hello,

I have a problem with the export. I use a TTF font with is not exported(not in the json or file) during the rendering.

I mad a small example. A composition with only 3 text layer First on is Arial the second and third is GilSans

Image

The Preview after the export looks fine, because the font is installed. But if a take a look into the json, i see that the GilSans is not exported how I want

		{
			"origin": 3,
			"fPath": "images/font_0",
			"fClass": "",
			"fFamily": "Arial",
			"fWeight": "",
			"fStyle": "Bold",
			"fName": "Arial-BoldMT",
			"ascent": 71.5988159179688
		},

		{
			"origin": 3,
			"fClass": "",
			"fFamily": "Gill Sans",
			"fWeight": "",
			"fStyle": "Regular",
			"fName": "GillSans",
			"ascent": 68.1991577148438
		},

		{
			"origin": 3,
			"fClass": "",
			"fFamily": "Gill Sans",
			"fWeight": "",
			"fStyle": "Light",
			"fName": "GillSans-Light",
			"ascent": 68.1991577148438
		}
	]
},

The path for Arial is exported but not for GilSans

Strangely this work on a other machine.

Does anyone have any idea what the problem might be?