You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used "https://fonts.googleapis.com/css?family=Poppins:400, 600" as webfonts url, my website didn't get font file via the http request. I entered this url into chrome and found that it didn't include the 600 weight font. This may be because space between 400 and 600 is not supported.
Code
Should be:
Description
When I used "https://fonts.googleapis.com/css?family=Poppins:400, 600" as webfonts url, my website didn't get font file via the http request. I entered this url into chrome and found that it didn't include the 600 weight font. This may be because space between 400 and 600 is not supported.
I changed it to "https://fonts.googleapis.com/css?family=Poppins:400,600", and now it works normally.
The text was updated successfully, but these errors were encountered: