Hello
In your templates styles.php (../templates/j51_madison/php/styles.php) you will find a number of instances of the following...
//fonts.googleapis.com/css?family=<?php echo $body_fontstyle ?>:300,400
You can edit each instance to include a subset like so...
//fonts.googleapis.com/css?family=<?php echo $body_fontstyle ?>:300,400&subset=latin-ext
CiarĂ¡n