I am trying to change the font for the main menu in the Athena template. I have tried the following:
- Site settings > Typography > Navigation. (See attached screenshot.) Change the font here. It does not affect the font on the site's main menu.
- Edit custom.css with this entry:
li a.nav-link {
font-family: Source Sans Pro;
}
That also doesn't help.
- Add this to SCSS variables:
$heading-font-family: "Source Sans Pro";
That also doesn't work!
Any help would be appreciated!
Thank you!