We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ec55f commit 04c047cCopy full SHA for 04c047c
packages/pluggableWidgets/rich-text-web/src/utils/formats/fonts.ts
@@ -55,7 +55,6 @@ export class FontStyleAttributor extends StyleAttributor {
55
}
56
57
export function formatFonts(fonts: CustomFontsType[] = []): typeof FONT_LIST {
58
- console.info("formatFonts", { fonts });
59
return fonts.map(font => ({
60
value: font.fontName?.value?.toLowerCase().split(" ").join("-") ?? "",
61
description: font.fontName?.value ?? "",
0 commit comments