aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-19 16:25:07 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-19 16:25:07 -0400
commitce2f2f96f5ddc96114b2febcdd818c638ffda269 (patch)
treebe702673e641d2819fe807ebaec71fd42e8ac51a
parentf05453268160f2cbeff42603a74224a7f62334af (diff)
downloadrunes-ce2f2f96f5ddc96114b2febcdd818c638ffda269.tar.gz
runes-ce2f2f96f5ddc96114b2febcdd818c638ffda269.zip
hardcode the font that i like for now
-rw-r--r--display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.c b/display.c
index f852f01..81cb20e 100644
--- a/display.c
+++ b/display.c
@@ -13,7 +13,7 @@ static void runes_display_scroll_down(RunesTerm *t, int rows);
void runes_display_init(RunesTerm *t)
{
- t->font_name = "monospace 10";
+ t->font_name = "Fixed 10.5";
runes_display_recalculate_font_metrics(t);
t->colors[0] = cairo_pattern_create_rgb(0.0, 0.0, 0.0);