widgets.widget-font.font-settings
widgets.widget-font.size
@if (!autoScale) {
} @if (autoScale) {
widgets.widget-font.auto
}
widgets.widget-font.font-family
@if (fontFormGroup.get('family').value) { } @for (family of filteredFontFamilies | async; track family) { }
widgets.widget-font.font-weight
@for (weight of fontWeightsList; track weight) { {{ fontWeightTranslationsMap.has(weight) ? (fontWeightTranslationsMap.get(weight) | translate) : weight }} }
widgets.widget-font.font-style
@for (style of fontStylesList; track style) { {{ fontStyleTranslationsMap.get(style) | translate }} }
@if (!disabledLineHeight) {
widgets.widget-font.line-height
@if (!autoScale) { } @if (autoScale) {
widgets.widget-font.auto
}
}
widgets.widget-font.preview
@if (clearButton) { } @if (clearButton) { }