Hi,
I have the same problem but i need to show excerpt and image too, any suggest.
Thanks in advance
Luca
Hi
Go to google fonts site
http://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