Change font of all elements (except for the heading)

Add this code to the Custom CSS field on the Style tab of your Before and After Slider widget’s settings:

[class*='Widget__Content'] {
  font-family: Montserrat;
}

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