mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 21:51:10 +02:00
use bold monospace font for debug stats
This commit is contained in:
parent
d62dde1ab8
commit
95187f97c8
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@ Text {
|
||||||
style: Text.Outline;
|
style: Text.Outline;
|
||||||
styleColor: "black";
|
styleColor: "black";
|
||||||
font.pixelSize: 12;
|
font.pixelSize: 12;
|
||||||
|
font.bold: true;
|
||||||
|
font.family: "monospace";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue