Hi
Go to google fonts site
https://www.google.com/webfonts#ChoosePlace:select
choose your font and note the right code of choosen font then in suffusion theme open file fonts.php in function folder and edit code like below (the styles depends on the family), It could be 1 (normal), 2 (normal and bold) or more, to see all of theme put it in the array:
‘gudea’ => array(
‘family’ => ‘Gudea’,
‘weight’ => array(
400 => ‘Normal’,
‘400italic’ => ‘Normal italic’,
700 => ‘Bold’,
),
‘class’ => ‘serif’,
),
roybatty