Google Font Example
1) find a google font
2) youll take the code they give you, and add 1 like to it:
<style>
@import url('https://fonts.googleapis.com/css?family=Bitter');
*{ font-family: 'Bitter'!important }
</style>
3) save it to the "tracking section" of Settings tab