Hi Amanda,
I am sorry to hear that you have run into troubles. I am happy to help out.
I will pass this to our development to investigate and put it back in the future versions update.
Meanwhile, you can load the Overpass font to your website by adding the below PHP code snippet to your child theme’s functions or use Code Snippets plugin to add snippets without child theme.
add_action('wp_head', function(){
?>
<style>
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600&display=swap');
</style>
<?php
}, 3, 0);
I request you give it a try and let me know your views.
Regards,
Kharis
aThemes Support