Hello,
if this is a font like *.woff etc. then put it in a *scss, maybe app.scss, like
@font-face {
font-family: 'Archistico';
src: url('../assets/fonts/Archistico-Bold.woff') format('woff');
font-weight: bold;
}
Best regards, anna-liebt
Hello,
if this is a font like *.woff etc. then put it in a *scss, maybe app.scss, like
@font-face {
font-family: 'Archistico';
src: url('../assets/fonts/Archistico-Bold.woff') format('woff');
font-weight: bold;
}
Best regards, anna-liebt