View Single Post
Old 06-08-2011, 09:52 AM   #2
atjnjk
Zealot
atjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enough
 
Posts: 107
Karma: 554
Join Date: Oct 2008
Device: none
It's MS Shell Dlg 2 (actually Tahoma on Win XP). Font size: 8pt.
After changing to another font, you can't see this font again (it's not a physical font), so you have to edit the gui.json file in calibre configuration folder. For example, to change from Tahoma to the default font, search for:
Code:
  "font": [
    "Tahoma",
Replace that with:
Code:
  "font": [
    "MS Shell Dlg 2",

Last edited by atjnjk; 06-08-2011 at 10:10 AM.
atjnjk is offline   Reply With Quote