summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/utf8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utf8.cxx b/test/utf8.cxx
index 40890c641..aca51f796 100644
--- a/test/utf8.cxx
+++ b/test/utf8.cxx
@@ -582,7 +582,7 @@ int main(int argc, char** argv)
/* setup the extra font */
Fl::set_font(extra_font,
#ifdef _WIN32
- " Arial Unicode MS"
+ " Microsoft Sans Serif"
#elif defined(__APPLE__)
"Monaco"
#else