diff options
| -rw-r--r-- | otk/style.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/style.cc b/otk/style.cc index a3d21788..a2f362ec 100644 --- a/otk/style.cc +++ b/otk/style.cc @@ -252,7 +252,7 @@ BFont *Style::readDatabaseFont(const std::string &rbasename, tint = atoi(s.c_str()); } - fontstring = "Arial,Sans-8:bold"; + fontstring = "Arial,Sans-9:bold"; // if this fails, it ::exit()'s return new BFont(screen_number, fontstring, dropShadow, offset, tint); |
