Changing the featured navigation font on Baseline

Hello Im trying to change the featured navigation font on Baseline. I added this code to change the font on the other parts of the website but the headers do not change.

@font-face {
font-family: “hebrew”;
src: url({{ “hebrew.otf” | asset_url }}) format(“opentype”);
}

html, body{
font-family: ‘hebrew’;
}

Hi!

I hope you are doing good and welcome to the Shopify Community!

This is MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from India & Singapore).

You can follow this URL - Fonts

I hope this helped!