To change the font, please do the following:
1) Open wp-content/themes/fudge/header.php via FTP or Cpanel or from the backend appearance ->editor menu.
2) Add the following line just above the <?php wp_head(); ?>
(apx line no: 20)
<link href=’http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic’; rel=’stylesheet’ type=’text/css’>
3) Open your style sheet e.g: wp-content/themes/fudge/css/schemes/corporate-2.css
4) Search for the following style (line no: 7)
body {color: #6d6d6d; font: 16px/28px Muli, Arial, Helvetica, sans-serif; text-align: center; }
5) Replace the above with the following:
body {color: #6d6d6d; font: 16px/28px ‘Lato’,sans-serif; text-align: center; }
6) Save the file.
It only works for google fonts.