I come from a print background so I naturally choose point sizes in my CSS for fonts. The theory in part of my brain says that will make it easy to read at any resolution.
Of course it fails terribly when, for example, I'm expecting a menu on the left to fit over a background graphic.![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
So I want to convert my points to pixels. The problem is I don't really know the appropriate conversion. If all screens were at 72dpi then I know that 12px = 12pt, but if I just convert over like that everything gets too small. I know that 96dpi is used on some screens, but in that case 16px = 12pt, which seems too large.
What's going to work best?
Thanks in advance.
Of course it fails terribly when, for example, I'm expecting a menu on the left to fit over a background graphic.
So I want to convert my points to pixels. The problem is I don't really know the appropriate conversion. If all screens were at 72dpi then I know that 12px = 12pt, but if I just convert over like that everything gets too small. I know that 96dpi is used on some screens, but in that case 16px = 12pt, which seems too large.
What's going to work best?
Thanks in advance.