I took a couple screenshots of my problem. I'm sizing my fonts with pixel values to avoid the problems with DPI and browser font-sizing quirks. However, in Windows (any browser) the fonts are still bigger than on the Mac, and the text ends up wrapping in places that I don't want it to.
Here's a picture on the Mac:
Here's the same Contact section in Windows:
The width on the Contact block is the same on both systems, so it's just how each OS handles font sizes. Since I'm using pixel values for the font-size property, it shouldn't be affected by the monitor's DPI should it? Any insight into this problem would be great... if it comes down to it, I'll just make the fonts look right for Windows and there will just be more white-space on the Mac, which is acceptable.
Here's a picture on the Mac:
Here's the same Contact section in Windows:
The width on the Contact block is the same on both systems, so it's just how each OS handles font sizes. Since I'm using pixel values for the font-size property, it shouldn't be affected by the monitor's DPI should it? Any insight into this problem would be great... if it comes down to it, I'll just make the fonts look right for Windows and there will just be more white-space on the Mac, which is acceptable.