Generally set the font, individuals like to use Chinese, such as: font-family: "Microsoft ya Black"; but occasionally there will be a problem with the font display garbled after setting
Workaround "1":
Look at the first line of your CSS file there are: @charset "utf-8"; if there is, save as once, the saved file encoding to be consistent with the above declaration
If not, the garbled characters to the correct word, save and then open, see if there is no garbled.
If there is a similar problem with the CSS file inside the project, check to see if the font for CSS file settings is utf-8, such as
Workaround "2":
Set the type of English font you want to use (personally think the second solution is more secure), the following is a few fonts used in English
Blackbody: Simhei
Song Body: SimSun
New song body: Nsimsun
Imitation: Fangsong
Italics: Kaiti
Imitation _gb2312:fangsong_gb2312
Italic _gb2312:kaiti_gb2312
Microsoft Elegance Blackbody: Microsoft Yahei
CSS font-family property setting Chinese font garbled