Recently, I had an issue with the fonts on my website not displaying at a font weight lighter than 600. You can read about it in my previous question Open Sans font weight cannot go lighter
However, I was able to resolve the problem by importing the Google font along with the desired font-weight, and now my website showcases thinner fonts with a font-weight of 300.
The puzzling part is that when I deployed the app to a live server, the font weights that I set up don't work properly when viewed on my own computer. Some computers display the correct thinner font weights, while others have the same issue.
I'm uncertain about what's causing this inconsistency. My assumption is that the fonts installed on my local machine might be influencing this issue. However, when I test the site on localhost, the font-weights are shown correctly without any problem.