aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-03-18 17:37:18 +0100
committerThomas White <taw@physics.org>2016-03-18 17:37:18 +0100
commita3d6151f048ba4293b16611bb2939cf84b440b33 (patch)
treec72cdf9b6ac68822348fff15fe67d83766fd9bc5
parent84d562f28c24f0e96bf0347b26af309901deab29 (diff)
cell_explorer: Switch font back to Serif (from Liberation Serif)
This makes the Greek letters come up at SLAC.... again. Reverts 779d87eb08fa2b185c43a82814aecc0e1a00eef9.
-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 923462bd..2d1c6cea 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, "Liberation Serif", CAIRO_FONT_SLANT_ITALIC,
+ cairo_select_font_face(cr, "Serif", CAIRO_FONT_SLANT_ITALIC,
CAIRO_FONT_WEIGHT_BOLD);
cairo_set_font_size(cr, height/10.0);