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’;
}