Webstorm里如何设置中文字体格式,font-family老是报错。?

font-family:'宋体';

报错如下:
Font property font-family does not have generic default less... (Ctrl+F1)
This inspection verifies that the CSS font-family property contains a generic font name as a fallback alternative

谢谢

可能引用的是外部字体文件吧,windows没有安装这种字体

宋体不是所有操作系统的默认字体,另外加一个通用的字体以便在没有宋体的系统能够正常显示就可以了。

图片说明
确实是外部字体