1、Mac的字体有一部分在这里(命令:ls /System/Library/Fonts/):
/System/Library/Fonts/
2、解决问题:
from matplotlib.font_manager import FontProperties
font = FontProperties(fname='/Library/Fonts/Songti.ttc')