Change title font (font-family and size)

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

[class*='Main__Title-sc'] {
font-size: 13px !important;
font-family: Helveticaneue, sans-serif !important;
}