where do put font file in angular code example
Example: angular add font
@font-face {
font-family: lato;
src: url(assets/font/Lato.otf) format("opentype");
}
@font-face {
font-family: lato;
src: url(assets/font/Lato.otf) format("opentype");
}