The first line is for post title and the second line is for headings, replace ‘My Font Name Here’ to your choice, put the code in Custom CSS section, it should override theme’s default.
.post-title { font-family: 'My Font Name Here'; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { font-family: 'My Font Name Here'; }
Please keep in mind that font specified in CSS will display on the site only if the font is insalled in the device or is pulled from web font provider (like google font). If you want to use fancy web font, please go look for google font plugin.