From ac2d3765c1058cf5692d06a4ec297a0ea1595076 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Wed, 22 Nov 2023 23:46:22 +0000 Subject: [PATCH] Change JuliaMono to Hack --- modules/Huey/Huey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Huey/Huey.cpp b/modules/Huey/Huey.cpp index 0246a72..cf0f705 100644 --- a/modules/Huey/Huey.cpp +++ b/modules/Huey/Huey.cpp @@ -56,7 +56,7 @@ void Huey::render() { rgb_oss << ", blue: " << std::setw(3) << static_cast(255 * rgb.b); // font setup - cairo_select_font_face(_c, "JuliaMono", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); + cairo_select_font_face(_c, "Hack", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); cairo_set_font_size(_c, 24); // render hue and rgb texts in black (shadow)