Change description font size 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, .eapp-portfolio-project-detailed-description * {
  font-size: 20px;
}