Hello,
I am using special fonts for an intranet system, and I want the editor to be using this font. All I want to do is to change the style for the text inside the editor, so I can do something like:
<style type="text/css">
.p_element_in_editor {
font-family: 'MY_SPECIAL_FONT
}
</style>
And have that font be used as the font of the editor. However, I did not find an easy way to do it, or the name of the class I should use.
Can someone please help me on this one?
Thanks,
Gopala
Thu, 10/21/2010 - 05:37
#1
Re: How to change style of the P element within the editor?
editor.addCss(...your style...);