From cc8ee65eaf935ed1cb1f48967614e366eee8c4e5 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 31 Aug 2021 13:59:07 +0200 Subject: [PATCH] Add FONT as an inline tag --- ts/editor/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/editor/helpers.ts b/ts/editor/helpers.ts index afee4a781..8b4342aae 100644 --- a/ts/editor/helpers.ts +++ b/ts/editor/helpers.ts @@ -29,6 +29,7 @@ const INLINE_TAGS = [ "DFN", "EM", "EMBED", + "FONT", "I", "IFRAME", "IMG",