seems to be 8pt DejaVu Sans
Actually it is 9pt DejaVu Sans. Windows font rendering is rather poor compared to OS X and Linux desktops (freetype). It is much better on Windows 8, and especially on Windows 10, where DejaVu renders nearly as well as on Linux.
You can select a different font if you wish. Select
EDIT > Global Preferences > Core UI Resources > Low-resolution font and change the default "DejaVu Sans" by "Segoe UI". Press F6 or click Apply Global, exit PixInsight, and launch it again.
Note also that the concept of 'points' is relative in current versions of PixInsight, since the UI is fully scalable. You can fine tune font sizes with
EDIT > Global Preferences > Core UI Resources > Font resolution. Increase it slightly to get larger fonts. The default is 100 dpi; you can try with 102 or 105 dpi for example.
Why this change?
Because PixInsight's graphical interface should look and behave identically on all supported operating systems. We know that this is actually impossible, but I try to achieve this goal asymptotically
![smile :)](http://pixinsight.com/forum/Smileys/default/smile.gif)
Ideally, a user should be unable to tell which O.S. the application is running on by just looking at its main window in full screen mode. As a software development platform, this has important advantages. The current 1.8.4 version is much closer to achieving this goal than previous versions.
That said, I am conscious that DejaVu is probably not the best choice as a universal UI font. Droid Sans and Roboto are much better (they are actually included in all PixInsight distributions), but unfortunately we can't use them because of some Qt rendering bugs. Segoe is quite nice but we can't use it because of legal restrictions. Open Sans is fantastic as a high-resolution UI font (PI uses it by default in high-dpi mode), but is disastrous at low resolutions. M+ fonts look promising and are also included in all PI distros, but I still have to test them thoroughly.