I'm doing UX testing. Wondering is there any way (think of application or javascripts) that I can run on a page and check what the font size of a-tags, p-tags, etc
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
Firefox Tools-> Web Developer -> inspect IE Tools -> F12 developers tools. IE developer tool works pretty well in my opinion.
|
|||||||||||||
|
|
Also there is a great tool called WhatFont: http://chengyinliu.com/whatfont.html You can check which font used on the page, it's size and line height. |
|||||||
|
|
If you want to test the css automatically, you can use Selenium: http://seleniumhq.org. A short article about css testing with Selenium can be found here: http://ajaxian.com/archives/csstest. |
|||
|

