meditate but still the body text and menu is serif.
For the menu you can add to custom.css
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
font-family: add your font here!important;
}
For the body you can add in custom.css
body {
font-family: add your font here!important;
}
also change in custom.css as below
h1,h2,h3,.h1,.h2,.h3 {
font-family: "Prata", Georgia, "Times New Roman", Times, serif!important;
font-weight: 400;
line-height: 1.6;
color: #222222;
}
Hope it helps