ebview
http://ebview.sourceforge.net/
で、本文のフォントの変更方法。

src/dicttext.c
src/dump.c
にフォント名が書いてあるので、それを書き換える。
MS Gothicを仮に使うなら

dicttext.c

static gchar fontset_normal[] = "-ricoh-ms gothic-medium-r-*-*-14-*-*-*-*-*-*-*";
static gchar fontset_bold[] = "-ricoh-ms gothic-bold-r-*-*-14-*-*-*-*-*-*-*";
static gchar fontset_subscript[] = "-ricoh-ms gothic-meduim-r-*-*-10-*-*-*-*-*-*-*";
static gchar fontset_superscript[] = "-ricoh-ms gothic-bold-r-*-*-10-*-*-*-*-*-*-*";
//static gchar fontset_italic[] = "-ricoh-ms gothic-medium-i-*-*-14-*-*-*-*-*-*-*";


dump.c

//static gchar fontset_fixed[] = "-ricoh-ms gothic-medium-r-normal-*-14-*-*-*-*-*-*-*";
static gchar fontset_fixed[] = "-ricoh-ms gothic-medium-r-normal-*-14-*-*-*-*-*-*-*";

思ったが//で始まる行ってコメントアウト?
Cは分からないのでスマソ。

fixedのカタカナと全角英数は死ぬ程ダサイので嫌い。