I'm having trouble seeing fonts in Google Fonts on Windows. On my Mac I see it perfect.
I'm using Raleway.
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700" rel="stylesheet">
The weird thing is that on my website, I have some HTML that does render Raleway, and in other HTML it does not. (I guess he uses San Serif).
The CSS declared it this way:
body{font-family: 'Raleway', sans-serif}
.
Insistently. In HTML I see it ok. The call to google font in <head>
is the same in all.
ON WINDOWS
It looks ok > link
It looks bad > link