How to fix font size while user zooms (CTRL+'+') in my web site
06:45 30 Nov 2013

I want to keep the font size to be fixed even when the user zooms. Can I accomplish it without using JavaScript? Is there any html or CSS method to achieve it?

javascript html css