anuradhaspidy / widgeditor

Automatically exported from code.google.com/p/widgeditor
0 stars 0 forks source link

Cannot get editor to use verdana #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in .widgContainer textarea.widgEditor .widgIframe classes I added the
line: font-family:verdana;

What is the expected output? What do you see instead?
I expected to have the editor use verdana font,
but it still comes up with times(?)

What version of the product are you using? On what operating system?
1.0.1 / Vista / Firefox / MSIE

Please provide any additional information below.

Original issue reported on code.google.com by stip...@gmail.com on 25 Jul 2008 at 9:56

GoogleCodeExporter commented 9 years ago
I had the same problem but for visited hyperlinks being a visited colour (and 
when
clicked showing the Active colour)...  It seems the iframe writes a <link> tag 
to the
"widgStylesheet" config parameter.  So, in widgContent.css, try this:

body{ font-family: Verdana; }

Original comment by tyler.wa...@gmail.com on 21 Feb 2009 at 1:32