Change font of the title

Add this code to the Custom CSS field on the Style tab of your Logo Showcase widget’s settings:

[class^='WidgetTitle__Inner-sc'] {
  font-family: Times New Roman;
}

You are welcome to set any other font providing it is supported by your browser and added to the website.