Hi,
For the site title size, just paste this into the My Site > Customize > CSS area in the white box on the left below the existing text:
/* increase site title size */
.site-title {
font-size: 2.375em;
}
The default setting is 1.375em, so feel free to tweak it to your liking.
Could you tell me more about the font change? Do you only want the title in the current font, but other headings in a different font?