Where to see font files loaded by chrome in the inspector?

别来无恙 提交于 2019-11-27 14:20:32

问题


What tab in chrome inspector shows the font files you're loading via font-face? I can't find it under resources. I'm having an issue where one group of font-family files are loading, but another font-family is not. I have checked everything from going directly to the URL and seeing they are indeed present, but I would like to look in the inspector and see it loading the one font-family but not the other. Is this possible with chrome?


回答1:


You can view the downloaded web fonts using the Network tab:




回答2:


You can also select any text node in the elements panel, then look at the bottom of the computed styles tab to see what fonts are rendered for that element



来源:https://stackoverflow.com/questions/18900720/where-to-see-font-files-loaded-by-chrome-in-the-inspector

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