London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

TextArea Custom Font Family?

Vote:
 

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
Vote:
 

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.