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?