volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

TextArea Custom Font Family?

As per the title...

  • Is it possible to use a custom font (family) in the CMS TinyMCE textareas?
  • If so... what is best approach?

(I've seen a couple of posts that are roughly on this topic.... but answers were vague in both cases.)

cheers

#146988
Apr 01, 2016 13:57

You can easily set up a custom css for TinyMCE to use to get a more similar look n feel. If you just need a generic site wide css styling you can use web.config settings

<episerver>
  <applicationSettings
    ...
    uiEditorCssPaths="~/Static/css/Editor.css"
    />
</episerver>

See documentation here for how to point out css file to use and how to override some styles etc

http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Editing/Customizing-the-TinyMCE-editor/

#146990
Edited, Apr 01, 2016 14:55
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.