前言
使用IntelliJ IDEA For Mac 进行开发的时候,有时在升级IDEA版本或者其他场景下,会提示缺少“Times”等字体,具体异常情况如下所示。
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.
解决
网上有很多免费的字体下载网站,笔者使用的是:https://www.freebestfonts.com/timr45w-font [科学上网],此网站所有字体均可免费下载,你可以根据字体类型进行挑选字体,非常方便,字体下载后可直接安装。
Times字体
找到Times字体进行下载
字体安装
上一步在进行Download以后,本地会有[timr45w.ttf]文件,直接双击打开即可。
验证
安装完成以后,直接运行代码即可,可以看到现在没有提交相关异常了。
Process finished with exit code 0