This PR removes massive warnings like:
QWARN : ... QFont::setPointSizeF: Point size <= 0 (...), must be greater than 0
from test_bitcoin-qt output.
On master (e258ce792a4849927a6db51786732d71cbbb65fc):
$ ./src/qt/test/test_bitcoin-qt | grep QFont | wc -l
~BitcoinApplication : Stopping thread
~BitcoinApplication : Stopped thread
57
With this PR:
$ ./src/qt/test/test_bitcoin-qt | grep QFont | wc -l
~BitcoinApplication : Stopping thread
~BitcoinApplication : Stopped thread
0