Change font for all elements (Restaurant Menu)

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

[class*="RestaurantMenu__Component-sc"] {
  font-family: Calibri;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.