add custom fonts to angular app 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");
}