google / fonts

Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
https://fonts.google.com
18.26k stars 2.62k forks source link

Issue with Prompt family, weight 400 #1821

Open filipe-nunes opened 5 years ago

filipe-nunes commented 5 years ago

I've been using your font-family Prompt, but I have an issue with font-weight 400. Font-weight 400 works fine on IE and Firefox. On Chrome 71.0.3578.98 (64 bits) it works on one pc, it doesn't in another (same chrome version). You can see the issue in the following image. The menu items' weights are in order (left to right): 300, 400, 500 and 700. You notice 400 is bolder than 500 and even 700.

font-weight

I use the font in the website like: <link href="https://fonts.googleapis.com/css?family=Prompt:300,300i,400,500,700" rel="stylesheet">

Clearing cache and opening the page in incognito mode in the "faulty pc" doesn't work.

Thank you

laerm0 commented 5 years ago

Hi @filipe-nunes. Is Prompt installed on the computer in question?

filipe-nunes commented 5 years ago

I didn't install the fonts in any computer. But on the "faulty" computer the font is ok on other browsers and not ok on chrome.

filipe-nunes commented 5 years ago

Actually I found out that I have the font installed. If I use font-weight 300: image I I use font-weigh 400: image

So my question is, how do I overwrite the local version?