I am struggling to get a consistant font size through platforms and browsers. Pls help.
I am involved in developing a website and have reched the first level of the programming part of it. So I dropped in to the UI and found out that the font sizes varied from Platform to Platform and Browser to Browser.
I developed in Ubuntu and there, Firefox and Opera showed things alike. But chrome seemed to have shrinked things alot. When I came on Windows, it was even worst.
Windows XP was hard to read, Windows 7 was some what ok. I mean the fonts were smaller than in Ubuntu.
I used px (ex: font-size: 14px
. Then I tried 'em' but am not sure what it is. Then Chrome and Firefox gave a consistant look in Ubuntu while Opera showed it like <h1> context.
Thank you.
I am involved in developing a website and have reched the first level of the programming part of it. So I dropped in to the UI and found out that the font sizes varied from Platform to Platform and Browser to Browser.
I developed in Ubuntu and there, Firefox and Opera showed things alike. But chrome seemed to have shrinked things alot. When I came on Windows, it was even worst.
Windows XP was hard to read, Windows 7 was some what ok. I mean the fonts were smaller than in Ubuntu.
I used px (ex: font-size: 14px
Thank you.