< div class="content-split">
FONTS – Differences only for font browsers for specific font weights
Google Chrome seems to ignore the subset you requested, it gets all available subsets and their unicode ranges, and downloads them based on the character types found in the entire page.
p>
For normal font weights, the Google font LATO font looks thinner on Firefox than Chrome (and for bold fonts, there is no difference). -webkit-font-smoothing : Antialiased; (as shown in several answers) did not help. Are there any suggestions for resolving this discrepancy?
< p>
Load the subset you need (probably in Latin) locally instead of through the Google Fonts API. This may solve your problem.
Google Chrome seems to ignore the subset you requested, it gets all available subsets and their unicode ranges, and downloads them based on the type of characters found in the entire page.