I manually added a custom font. But somehow the font of the main menu doesn’t change.
I added the following:
@font-face {
font-family: Metropolis;
src: url(https://www.bergkvist-outdoor.com/wp-content/uploads/2019/01/Metropolis-Regular.woff);
font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
font-family: ‘Metropolis’, sans-serif !important;
font-weight:bold;
}
body, button, input, select, textarea, a, p {
font-family: ‘Metropolis’, sans-serif !important;
}
.sh-nav-container li {
font-family: ‘Metropolis’ !important;
}
Website: https://www.bergkvist-outdoor.com