The workaround is simple, install enable Disable Google Fonts or Remove Open Sans font Link from WP core one of them. Or if you're not using the official WP-themed theme, add the following code to the functions.php of the topic you're currently using:
/** * WordPress background disable Google Open sans font, accelerated website * http://www.wpdaxue.com/disable-google-fonts.html*/Add_filter (' Gettext_with_context ', ' Wpdx_disable_open_sans ', 888, 4 );functionWpdx_disable_open_sans ($translations,$text,$context,$domain ) { if(' Open Sans font:on or off ' = =$context&& ' on ' = =$text ) { $translations= ' Off '; } return $translations;
Using the Open Sans font tutorial:
Change wordpress background Open-sans font loading source from Google fonts to a CDN
Http://www.wpdaxue.com/disable-google-fonts.html
WordPress background disable Google Open sans fonts, speed up the site