How can I change the header font to Amarta on the Refresh theme?

Hi, My site is www.darkclearskies.co.uk and i am using the Refresh theme with the Amarta font . The problem is i cannot change the header font to Amarta as there is no option. Any help please.

Hi @Paul_Stevenson1

I saw your store is using Amarta font. Did you solve it? Or which header do you want to change the font?

Hi It is the header that displays the menu items

Dan-From-Ryviu solved it by adding customized code to the base,css file.

1 Like

You are very welcome, incase someone to know then here is the code should be added at the bottom of base.css file

.header__menu-item { 
    font-family: 'Armata', sans-serif; 
    font-size: 16px; 
}