• hi,
    i’d prefer to load my fonts directly from google as i can choose how bold-er i want my font.

    Plus, is there any way to disable your loading fonts which appears at line 122 in functions.php ?

    wp_enqueue_style( 'conica-body-font-default', '//fonts.googleapis.com/css?family=Poppins:400,300,500,600,700|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic', array(), CONICA_THEME_VERSION );

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter marties

    (@marties)

    Hi again,
    it seems to me that it is embeded in your big function conica_scripts()

    – one way is to completely redefine your script in my functions.php file, might break in the future if you redefine it
    – other way is to comment out the line 122 in your function.php and check when you’ll update the theme
    – let load fonts i don’t use on my theme

Viewing 1 replies (of 1 total)
  • The topic ‘disable enqueue styles’ is closed to new replies.