use bold monospace font for debug stats

This commit is contained in:
Andrew Meadows 2019-07-22 12:38:24 -07:00
parent d62dde1ab8
commit 95187f97c8

View file

@ -5,4 +5,6 @@ Text {
style: Text.Outline;
styleColor: "black";
font.pixelSize: 12;
font.bold: true;
font.family: "monospace";
}