Add an option to set title font

Please add a setting to change the title font. As for now, the Support Team suggests using this code in the Custom CSS field on the Settings tab:

.es-widget-title {
  font-family: Times New Roman;
}
2 Likes