diff --git a/codepot/src/codepot/views/wiki_editx.php b/codepot/src/codepot/views/wiki_editx.php index 77f93815..b3bfb24a 100644 --- a/codepot/src/codepot/views/wiki_editx.php +++ b/codepot/src/codepot/views/wiki_editx.php @@ -389,6 +389,10 @@ $(function () { updateOnEmptySelection: false }, + fontName: { + fonts: ['', 'Arial', 'Times New Roman', 'Serif', 'Sans-serif', 'Monospace' ] + }, + paste: { forcePlainText: false, cleanPastedHTML: true,