i want to zoom in all the font-size to 200% in my web, here are some test code in fiddle,
if really PX issue, but why here the code are working if i add the style in "<-h2>" ?
<div >
<h2 class="test" style="font-size:300% !important">
hello
</h2>
<h2 class="test2">
hello
</h2>
<h2 class="test3">
hello
</h2>
or, there is another question how can i enlarge all the font-size on a same rate?