Archived topic
Bad Request 400 to Google Apis for fonts at every load of site
2 replies · Started by Nick on October 21, 2014
Hello Tom,
at every time i'm loading my site there occurs a BAD REQUEST 400 error. I'm using the Font "Trebuchet MS, Helvetica, sans-serif (style: normal, weight: 400)" as typography for my site.
How could i solve this problem? Thanks in advance for your reply! :-)
Greetings,
Nick
Hi there,
I discovered this bug yesterday - almost have it completely fixed and will release an update right away.
What you can do for now:
1. Change the font dropdown to "Inherit".
2. Go to your CSS, and add this:
body, button, input, select, textarea {
font-family: Trebuchet MS, Helvetica, sans-serif;
}
Sorry for the inconvenience! Will be fixed soon :)
Perfect, Thanks, your workaround is working. :-)
P.S.: Your masonry-fix in GP Premium is also working fine, so thanks also. :-)