﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14822	Default font family and size not set for body tag in ckeditor .	Prasant Kumar Sahoo		"I set my default font family and size in ckeditor using this two below line

    font_defaultLabel ='Times New Roman' fontSize_defaultLabel='10pt'

When selecting the font and size the paragraph creating in body tag like this. <p>

    <span style=""font-family:arial,helvetica,sans-serif;"">

        <span style=""font-size:8.0pt;""> </span>

    </span>

</p>

When initialize ckeditor with default family ,Font family and size not selected in dropdown but label Shows like ""TimesNewRoman"" and ""10pt"".Then body content show like this

<p></p>

I want to set default font family and font size as dynamically from settings.If i set font family and size in body tag in content css file that content not showing properly on pdf ,because that paragraph not having default font family and size .So I Want the real html content in ckeditor then only it shows correct font in pdf .I want the same functionality that is working when we select from drop down list needs to work when I set the default font family.
"	Bug	closed	Normal		General		invalid		CGS-Turbo@…
