My custom CSS
@font-face {
font-family: 'DINAlternateBold';
src: url(./fonts/din/DINAlternateBold.otf);
}
h4.DINAlternateBold-font {
font-family: 'DINAlternateBold', sans-serif !important ;
}
html tag
<h4 class="DINAlternateBold-font text-uppercase">Dashboard</h4>
Currently its showing in console as below, but i want to overwrite with my custom font file
font-family": '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif'