Forum Moderators: not2easy
I dont know much about this topic, but from what Ive learned, the difference is that mac and pc uses different screen resolutions (72DPI for mac and 96DPI for PC). So, when you specify a font size in pt, chances are that the size will increase or decrease depending on the viewers platform.
If you use px, the size will remain the same on both platforms.
Also defining fonts in px or pt means that anyone using IE will not be able to resize the fonts to their own liking. So I tend to use % or em sizing instead.