What is the maximum font size that can be rendered in a web page?
Does it depend on the machine or the application ( browser )?
What is the maximum font size that can be rendered in a web page?
Does it depend on the machine or the application ( browser )?
Probably both. It also depends on the size of the monitor on which the web page is viewed. Any particular application for which you want to know this?
There is no maximum, at least not worth worrying about. You can have the entire screen taken up by a single letter.
Yes.
Every device has some set of fonts and font sizes it supports. For a desktop computer both sets are very large, but for a phone or other small device, the sets may be fairly limited. For a device with a text-only screen, there might only be one font at one size.
It differs from browser to browser.For example Mac/IE4+ doesn't render fonts specified >255px.Opera 5 freaks after 510px.Mozilla appears to be able to handle values up to 9362px, which just happens to be Netscape 4's limit as well.
In Firefox 3.6, the maximum practical font-size appears to be 2000px. The computed height/line-height caps out at ~2657px, and further increases do not change the display.
Safari 5 & Chrome 6 (Webkit browsers) seem to allow sizes up to (but not including) 1,000,000 pixels, after which the text does not render at all.