I’m getting this error. Not sure if its because I am not making a https:// connection or if its something not configured on the server correctly.
Its on a M$ IIS server.
I’m getting this error. Not sure if its because I am not making a https:// connection or if its something not configured on the server correctly.
Its on a M$ IIS server.
You have somewhere on your page or in a stylesheet a link to https://fonts.googleapis.com/css?family=Arial:400
. This url is invalid, the Arial font is not available on google fonts and it will return an 400 status and an html page.
hmmm. I believe that I picked that font from the choices on the wappler theme manager. Now that I look at it again, it shows under local fonts? Should I only use the google fonts then? Or do I need to do something different if its listed as a local font?