开发者

find out if a web page used font substitution

开发者 https://www.devze.com 2023-02-15 05:21 出处:网络
Whats a fast and easy way to find out if a web page uses开发者_如何学Python font substitution (like css @font-face)?

Whats a fast and easy way to find out if a web page uses开发者_如何学Python font substitution (like css @font-face)?

Currently I look a the css source code, but that takes to long.


See this answer Firefox plugin for a web developer that shows all resources (js, css, html) as a single unified file?

If you use that firefox plug in it will only take 3 keyboard commands

  1. Crtl + Shift + C (view all css)
  2. Crtl + f (find)
  3. Type in @font-face

Cannot be any quicker then that, unless you want to write some javascript code

0

精彩评论

暂无评论...
验证码 换一张
取 消