I am having the same problem, but I do not know where the source code is…
The error I see in chrome is:
Request URL:https://fonts.googleapis.com/css?family=Gabriola&ver=4.1.1
Request Method:GET
Status Code:400 Bad Request
And it’s true! I’ve found that if I put that url into the browser, I get an error, but if I change Gabriola to Gabriela, then it works. So somewhere, someone created a typo…
According to the sources tab of the chrome developer tool, the problematic line is in the (index) and the exact line is:
<<strong>link</strong> rel='stylesheet' id='google-font-css' href='https://fonts.googleapis.com/css?family=Gabriola&ver=4.1.1' type='text/css' media='all' />
But the problem is that I don’t know where the source of that is coming from… I’ve grep’d the entire directory structure for “Gabriola” and the only place it shows up is in various _index files in the wp-content/cache/page_enhanced/<site_name>/ and …/*/ dirs.
But I suspect that these cache files are subject to be reconstructed with the theme files, I don’t think I can really modify those…
There are however several references to googleapis in some of my theme “hooks” dirs, but no where is there a reference to “Gabriola”.
So where the heck is the source of this word so I can fix it? Could it be in the database somewhere?
Any suggestions would be welcome…