Inconsolata Font always appearing as Bold

RaghuB

Member²
Hi,

I have been trying to use inconsolata normal font in the pl/sql dev 10.0.5.1710. But when I change the font to inconsolata normal font , pl/sql dev is always considering it as BOLD font and not normal light font. You can download inconsolata font from net.
Kindly check and revert back.

Thanks

Regards,
Raghavendra B
 
The problem is caused by the Windows Font Selector in combination with these fonts. After selecting the font in the preferences, you will need to edit the %APPDATA%\PLSQL Developer\Preferences\\default.ini file and change the following lines if applicable:

EditorFontBold=True --> EditorFontBold=False
EditorFontItalic=True --> EditorFontItalic=False
 
Back
Top