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)