From 29edecc65ee3fcec2320d3ad718e7f4dc3cff42a Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Wed, 14 Apr 2010 17:36:23 +0200 Subject: Changed default font from Bitstream Vera Sans to Sans. Not everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328) --- src/style.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/style.cpp') diff --git a/src/style.cpp b/src/style.cpp index 19ff711da..a05cef252 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -2783,9 +2783,9 @@ sp_text_style_new() ts->refcount = 1; sp_text_style_clear(ts); - ts->font_specification.value = g_strdup("Bitstream Vera Sans"); - ts->font.value = g_strdup("Bitstream Vera Sans"); - ts->font_family.value = g_strdup("Bitstream Vera Sans"); + ts->font_specification.value = g_strdup("Sans"); + ts->font.value = g_strdup("Sans"); + ts->font_family.value = g_strdup("Sans"); return ts; } -- cgit v1.2.3