Somehow the font I chose won't display, even tho I did what was mentioned in similar threads.
I use Angular and I'm currently trying to import a custom font via @font-face.
One of my approaches so far:
@font-face {
font-family: Hearth Stone;
src: url(/src/assets/fonts/HearthStone.otf) format("opentype");
}
.container-fluid {
padding: 10px 70px 10px 70px;
}
.nav-link {
color: black;
font-size: 30px;
font-family: Hearth Stone;
}
Further information:
- Angular 7
- Latest Bootstrap Version
- CSS