After carefully selecting a Google Web Font to use as the main font for my website, I noticed that it appears slightly different in terms of dimensions and spatial conformations when displayed on both Mac and Windows computers.
For more information about the font, you can visit this link to the Google Font page.
To apply the font, I have included the following CSS code:
html, body {
font-family: 'Lato', sans-serif;
}
I followed the font website's recommendation to embed the font into the website by linking it within the header file as required.
Even though I am using Chrome as my web browser on both systems, I experience the same issue whether I switch to Safari on Mac or Firefox on Windows. It seems like there is a system-level discrepancy at play here.
What are my options for resolving this issue while still utilizing a Google Web Font for my website?