List all font families and sizes used on a page.
The following code can be executed inside the dev tool console (F12).
1 | var foundStyles = {}; |
List all font families and sizes used on a page.
The following code can be executed inside the dev tool console (F12).
1 | var foundStyles = {}; |