Open filipe-nunes opened 5 years ago
Hi @filipe-nunes. Is Prompt installed on the computer in question?
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.
Actually I found out that I have the font installed. If I use font-weight 300: I I use font-weigh 400:
So my question is, how do I overwrite the local version?
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.
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