Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter samrods

    (@samrods)

    Thank you very much, Andrew.
    I have something more to ask you, because of the link to spun 2.0.2 but it will be in another post.

    Cheers

    Thread Starter samrods

    (@samrods)

    Thank you for sucj?h a short answer, Andrew.
    just let me know if i can get it right, since this is the kind of thing i can’t really test, I think.

    This is the code for the font quicksand in functions.php:

    wp_register_style(
    		'spun-quicksand',
    		"$protocol://fonts.googleapis.com/css?family=Quicksand:300",
    		array(),
    		'20121005'
    	);

    And this is the instruction from the site you gave me:

    <?php wp_dequeue_style( $handle ) ?>

    So, I should do like this in my styles.css:
    <?php wp_dequeue_style( $$protocol://fonts.googleapis.com/css?family=Quicksand:300 ) ?>

    Or something else?

Viewing 2 replies - 16 through 17 (of 17 total)