Change font for all elements (Pricing Table)

Add the code below to Custom CSS field on your Pricing Table widget’s Appearance tab:

* {
  font-family: Calibri;
}

You may also set any other font, providing it is supported by your browser and added to your website.