I have adjusted the default fonts to the Google font "Montserrat." All headings and body text has updated, but menus and buttons have not. How do I customize these areas?
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
ul#menu-main li strong{font-family:Montserrat !Important;}
.button{font-family:Montserrat !Important;}