Nevermind, I figured it out.
For anyone who might want to do this:
- Go to Online Store->Theme->Edit code
2. Asset->/base.css
Find the line of code that says this:
.header__submenu .header__menu-item {
font-size: 15px;
}
Replace it with this:
a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
font-family: "YOURFONTHERE" !important;
font-size: 15px;
}