Change font in item popup

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

.global-styles, [class^="Popup__Container-sc-"] * {
  font-family: Calibri;
}