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
Fonts don't loads when site\index.html opens locally. That's because relative protocol link usesd in base.html and there is no file://fonts.googleapis.com/... data exists.
How about to use https explicitly?
The text was updated successfully, but these errors were encountered:
Fonts don't loads when
site\index.html
opens locally. That's because relative protocol link usesd in base.html and there is nofile://fonts.googleapis.com/...
data exists.How about to use
https
explicitly?The text was updated successfully, but these errors were encountered: