diff --git a/src/public/app/widgets/type_widgets/options/appearance/fonts.ts b/src/public/app/widgets/type_widgets/options/appearance/fonts.ts index 824162e1a..a5658c4b1 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/fonts.ts +++ b/src/public/app/widgets/type_widgets/options/appearance/fonts.ts @@ -212,15 +212,17 @@ export default class FontsOptions extends OptionsWidget { $select.empty(); for (const { title, items } of Object.values(FONT_FAMILIES)) { - $select.append($("") + const $group = ($("") .attr("label", title)); for (const {value, label} of items) { - $select.append($("