Toby
]]>i’m trying to get good web page page lading scour in google, i facing web fonts error in google page speed inside. “Eliminate render-blocking JavaScript and CSS in above-the-fold content.” i tried to fix it with plugin “disable google font” it’s work but problem is it’s take 15% of plugin loading time. any other solution like custom code for blocking google font or use as Asynchronously For Page Speed ??
Thank you
]]>1. i had try one plugin : disable google font.. (it’s work for me) but it’s take 15% of plunging loading time.
2. i’m trying to make Async JavaScript but not able to fix it..
is it any way to optimize or disable this without plugin ?
how can i load google fonts easily, without effect my page speed.. ??
Thank you
]]>https://www.ads-software.com/plugins/fancy-admin-ui/
]]>I’m using this method for quite some time and it always worked, but not any more.
Does anybody knows where the problem is?
I can see this occurring only in Chrome.
Code:
function css_js() {
if ((!is_admin()) && (!is_login_page())) {
wp_enqueue_style( 'source-sans', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,600,400italic,300italic,300&subset=latin,latin-ext' );
}
add_action('init', 'css_js');
]]>The font I am looking to use right now is Source Serif Pro.
There were a few others I wanted to experiment with that didn’t show up in the dropdown. I apologize. I can’t recall which ones now.
https://www.ads-software.com/plugins/google-fonts-for-woo-framework/
]]>It works properly with IExplorer and Firefox but not with Chrome, Opera and other browsers.
Is there anyone who has an idea?
Thanks in advance.
]]>