Change JuliaMono to Hack

This commit is contained in:
Bob Polis 2023-11-22 23:46:22 +00:00
parent aeb9085b8a
commit ac2d3765c1

View File

@ -56,7 +56,7 @@ void Huey::render() {
rgb_oss << ", blue: " << std::setw(3) << static_cast<int>(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)