|
|
Re: Java Eclipse Apps use Lucida Grande instead of SF (only my Mac) [message #1760783 is a reply to message #1759484] |
Tue, 02 May 2017 17:40  |
Eclipse User |
|
|
|
I eventually found the answer myself. Not what had CAUSED things to be wrong... but at least what HAD been wrong.
Even though my problem is solved I still post the answer to it here... in case someone at some point down the road encounters a similar issue!
I couldn't really find an app that lists the default fonts set for macOS. I'm not a developer, but reading some things I found out that macOS doesn't just have SF or LucidaGrande etc. as ONE standard font... but like an entire CLASS of fonts for different purposes. The problem is... finding a way to LIST all of the currently used fonts.
I finally came across the app MacPilot ( http://www.koingosw.com/products/macpilot/ ) which in its advanced mode (button bottom right) has a "Fonts" section. Here... everything read default, which it should. Except for "System Font" where it read LucidaGrande instead. God knows why.
Even more handily... it lists the correct terminal command that is uses to set things straight. So that you won't have to buy the app in order to get the correct fonts back.
Which is:
$defaults delete NSGlobalDomain NSSystemFont
followed by a restart of the machine or
$killall SystemUIServer
|
|
|
Powered by
FUDForum. Page generated in 0.08459 seconds