Hey there rzvcuceu,
How are you doing today?
I’ve checked the theme settings to try to change the font but couldn’t find anything. You could change the font of the menu links by adding some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Custom CSS you could try adding this code there:
#main-menu > li > a span {
font-family: "Times New Roman", Georgia, Serif;
}
Replace the font with the one of your choice. You can find more info about web safe fonts here: https://www.w3schools.com/cssref/css_websafe_fonts.asp.
If this doesn’t work could you please post link to your site so I can take a look?
Hope this helps ??
Best regards,
Bojan