Hey!
I need change font in whole theme. How do it? I do this but it work only for headings
@font-face {
font-family: ‘GeneralSans-Regular’;
src: url(‘GeneralSans-Regular.woff2’) format(‘woff2’),
url(‘GeneralSans-Regular.woff’) format(‘woff’);
font-weight: font weight;
font-style: normal;
font-display: swap;
}
h0, h1, h2, h3, h4, h5, h6, body, p, a, input, button, div, span { font-family: “GeneralSans-Regular”;}