Hi aardcom
You can edit this file /templates/ja_directory/acm/slideshow/tmpl/style-owl.php and find around line 35
<h1 class="item-title"><?php echo $helper->get('data.title', $i) ?></h1>
Change it with your class
Likely need to know where the settings are to override the font once it is changed so it does not get to small.
You can add into custom.css this code
.acm-slideshow .owl-carousel .item .slider-content .item-title {
font-family:yourfont;
font-size:yoursizepx;
}
Regards