Change font for all elements (Pricing Table)

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

.eapps-pricing-table{
  font-family: Calibri !important; 
}

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