Change font of the project name and description in popup

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

.global-styles, .eapp-portfolio-project-detailed-description  {
font-family: 'Futura PT';
}	
.global-styles,.eapp-portfolio-project-detailed-name{
font-family: 'Futura PT';
}
}

You are very welcome to set any other font providing it’s installed on your website and supported by your browser :slightly_smiling_face: