Reply 154879 to: gooogke font add on to theme

Avatar: Rose Tyler
Rose Tyler
Support staff
February 15, 2017 at 15:14

Hello,

Please update the theme to the last version.
Before update delete “woocommerce” folder in the directory wp-content/themes/classico/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
https://www.youtube.com/watch?v=KdWESIIPU1k&feature=youtu.be
(it’s for Legenda theme but the process is the same).

Then try to use your code or change it follow the example:

if(!function_exists('my_theme_styles')) {
    function my_theme_styles() {
        wp_enqueue_style("my-google-fonts","http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic|Raleway:400,300,500,600,700,800|Cookie&subset=latin,latin-ext");
    }
}
add_action( 'wp_enqueue_scripts', 'my_theme_styles', 40);

Regards,
Rose Tyler.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.