Reputation: 119
I'm using Java version 8 update 301 on intelliJ IDEA CE on Mac OS Big Sur and get the error:
Warning: the fonts "Times" and "Lucida Bright" are not available for the Java logical font "Serif", which may have unexpected appearance or behavior. Re-enable the "Times" font to remove this warning.
Any idea how to re-enable the times font?
Upvotes: 10
Views: 12436
Reputation: 1196
Please download and install the fonts as below shown:
Upvotes: 1
Reputation: 874
You must do the following
Upvotes: 3
Reputation: 11868
The "Times" font is not available in macOS 12 Monterey. You can find it online and install it.
Or better, update Java to a more recent version; this change in macOS has been taken into account in Java, see JDK-8273358.
Upvotes: 5