Ottodix / Eole-foobar-theme

Eole blows gently into your ear his nicest melodies.
1.38k stars 87 forks source link

Is any chance can change all italic font to normal? #201

Closed aunight closed 2 years ago

aunight commented 2 years ago

Chinese dosen't have italic,so I want to disable that.

Ottodix commented 2 years ago

in get_font function, in the file JStheme_common.js change g_fname_italic to "Segoe UI" and below, all the definition g_font.italicXXX, change the 3rd argument from 2 to 0. So g_font.italic = gdi.Font(g_fname_italic, g_fsize, 0);

aunight commented 2 years ago

Thanks a lot