ID 579222 - The version number on Nuke's splash screen is hardcoded to use Arial, but also doesn't seem to use the correct font

Follow

Problem summary
The version number on Nuke's splash screen is hardcoded to use Arial, but also doesn't seem to use the correct font.
Arial font is not usually available on operating systems, other than Windows.
 
Customer reported version
Nuke 14.1v1
 
Customer reported platform
ubuntu
 
Steps to reproduce
 
1)  The issue was identified in the code by our developers.
 
 You should also be able to see the issue by running the following code in the Script Editor:

from PySide2.QtGui import QFont, QFontInfo, QGuiApplication font = QFont('Arial Regular', 10) info = QFontInfo(font) print(info.family())
 
Expected behaviour
The version number on the splash screen should use a font that is available on that OS.
 
Actual behaviour
It is hardcoded to use Arial but, despite this, it also appears that it using a different font, even on Windows.
 
Workaround
Unknown. 
 
Reproduced by support
This issue was identified by our developers.
 

    We're sorry to hear that

    Please tell us why