michaelyah / gwt-ckeditor

Automatically exported from code.google.com/p/gwt-ckeditor
0 stars 0 forks source link

Allow setting default font and default font size #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
CKEditor allows the setting of a default font and a default font size.
Unfortunately, this only affects the display in the corresponding
dropdowns, but not in the editor area itself.
I solved the problem by generating a custom css for every editor instance
with the correct font / font size set. I was only able to do that by
generating the custom css on the server side, hopefully there is another
way of doing that in the client only.

Original issue reported on code.google.com by code...@gmail.com on 25 Feb 2010 at 6:39