How can we check that what font the browser is using?

笑着哭i 提交于 2019-12-11 02:38:01

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!