Change JuliaMono to Hack
This commit is contained in:
parent
aeb9085b8a
commit
ac2d3765c1
@ -56,7 +56,7 @@ void Huey::render() {
|
|||||||
rgb_oss << ", blue: " << std::setw(3) << static_cast<int>(255 * rgb.b);
|
rgb_oss << ", blue: " << std::setw(3) << static_cast<int>(255 * rgb.b);
|
||||||
|
|
||||||
// font setup
|
// 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);
|
cairo_set_font_size(_c, 24);
|
||||||
|
|
||||||
// render hue and rgb texts in black (shadow)
|
// render hue and rgb texts in black (shadow)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user