在编辑内容中的 Dnn Site 中添加更多字体名称

Add more font names in the Dnn Site in edit content

有人可以帮助我了解如何在下拉列表中添加更多字体名称吗,到目前为止我们只有 9 个,我想再添加一种我自己的字体并使用它。我目前正在使用 fckeditor 的 dnn 站点。

我尝试在我的本地计算机上安装我需要的字体,然后将其添加到 fckconfig.js 文件、重置 iis、清除浏览器缓存,但它没有用,任何其他指导都会有所帮助。

谢谢

您的 DNN 版本是多少? FckEditor 在 2010 年已过时,请参阅 http://www.dnnsoftware.com/wiki/fckeditor-provider

但是在 DNN 安装中有超过 1 个 fckconfig.js 个文件。编辑以下文件夹中的配置文件,看看是否有效。

\Providers\HtmlEditorProviders\Fck\Custom

\Providers\HtmlEditorProviders\Fck\fckeditor\editor\_source\internals

\Providers\HtmlEditorProviders\Fck\fckeditor

更新:您需要编辑 "Custom" 文件夹中的配置文件。它适用于 DNN 测试安装。

FCKConfig.FontNames = 'Test Font;Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;