Howdy @tim, yes it is. Most custom fonts involve custom Javascript and CSS, both of which can be added under the "Customize Theme" option in your Dashboard. Let us know if you have trouble implementing your fonts.
And paste it between the head tags in your HTML template under Customize Theme in the Dashboard. Then you can use the CSS tab to implement the fonts where you choose, per their instructions and examples.
Comments
<link href='http://fonts.googleapis.com/css?family=Spirax' rel='stylesheet' type='text/css'>And paste it between the head tags in your HTML template under Customize Theme in the Dashboard. Then you can use the CSS tab to implement the fonts where you choose, per their instructions and examples.