I'm currently working on a website and have noticed that the fonts appear larger on Mac's Safari compared to other browsers.
We are using the 'Open Sans' font from Google Fonts for our website. For example, here is a CSS snippet for titles:
h2.protitlesnbm{
color: #404040;
font-size: 22px;
text-transform: uppercase;
float: none;
}
When viewed on Chrome, Firefox, and IE, it looks like this:
https://i.sstatic.net/dF3GJ.png
However, when viewed on Mac's Safari, it appears like this:
https://i.sstatic.net/I1w8x.png
It seems that Safari adds an extra 1px to all fonts. Can someone assist me in resolving this issue?