Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




RADEditor's font by default

web-app

Dear gurus,

please advice me how to set up the RADEditor to use Verdana with size 2 as default (as only) font availible?

i see the gemini.countersoft.com Editor convert all the text entered to Arial. Want the same or similar.

Thanx,
Alexey

avg
· 1
avg
Replies (2)
helpful
0
not helpful

You need to change the EditorContentArea.css file:

.RadEContent, .RadEContentBordered
{
 padding:3px;
 background-color: #FFFFFF;
 background-image: none;
 margin: 0px;
 text-align: left;
 scrollbar-face-color: #E9E9E9;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #E9E9E9;
 scrollbar-3dlight-color: #DBDBDB;
 scrollbar-arrow-color: #787878;
 scrollbar-track-color: #F5F5F5;
 scrollbar-darkshadow-color: #AEAEAE;
 font-size:10pt;
 font-family:Arial;
}

You can find it under /RadControls/Editor/Skins/Office2000

See: http://community.countersoft.com/forums/thread/1246.aspx 


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Great, thanx!


avg
· 1
avg