Hello, what is proper way to include custom fonts to sage9 theme?
i’ve tried with
@font-face {
font-family: “Barlow-Regular”;
src: url("…/fonts/Barlow-Regular.ttf") format(‘ttf’);
}
.test {
font-size: 16px;
font-family: Barlow-Regular, sans-serif;
}
but it doesn’t change font.