Hello
The font of your menu items can be edited via the
General -> Typography tab of your template settings.
To reduce the space between your menu items, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
.hornav > ul > li {
margin: 0 8px;
}
Ciaran