aboutsummaryrefslogtreecommitdiff
path: root/src/cell_explorer.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-04-01 14:55:00 +0200
committerThomas White <taw@physics.org>2015-04-01 14:55:00 +0200
commit779d87eb08fa2b185c43a82814aecc0e1a00eef9 (patch)
tree365ec146bf89b108b66edfd199831e6ce822111b /src/cell_explorer.c
parent573577da506369be5538b108a04a5468f674e443 (diff)
cell_explorer: Switch font to Liberation Serif (from "Serif")
This makes the Greek letters come up at SLAC.
Diffstat (limited to 'src/cell_explorer.c')
-rw-r--r--src/cell_explorer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell_explorer.c b/src/cell_explorer.c
index 93f4a26f..38203f70 100644
--- a/src/cell_explorer.c
+++ b/src/cell_explorer.c
@@ -418,7 +418,7 @@ static gboolean draw_sig(GtkWidget *da, GdkEventExpose *event, HistoBox *b)
cairo_text_extents_t ext;
char label[256];
- cairo_select_font_face(cr, "Serif", CAIRO_FONT_SLANT_ITALIC,
+ cairo_select_font_face(cr, "Liberation Serif", CAIRO_FONT_SLANT_ITALIC,
CAIRO_FONT_WEIGHT_BOLD);
cairo_set_font_size(cr, height/10.0);