问题
I have used font-family in css as simsun. But there is no font in my system called simsun but I have to know what the font is taken by a browser to display.
回答1:
Try cutting and pasting into word (or another word processor), and then look at what font word is using.
回答2:
It depends on browser. But you can set list of fonts in your css-file:
font-family:'Lucida Grande','Verdana',sans-serif;
来源:https://stackoverflow.com/questions/4223276/how-can-we-check-that-what-font-the-browser-is-using