1、首先下载tff格式的字体 2、在src中新建文件夹common,把下载的tff字体文件放在common中,并在common中新建样式文件font.css进行如下编辑 @font-face{ font-family: "newfont"; src: url(./AvantGarde\ Book.ttf); font-weight: normal; font-style: normal;