I tried many solutions for applying this font but it still not working.
@font-face {
font-family: 'Samim';
src: local('Samim'), url(./resources/fonts/Samim.ttf) format('truetype');
font-weight: 900;
}
.App {
font-family: Samim;
text-align: center;
text-align: center;
height: 100vh;
}
i use bootswatch for styling . should i modify bootstrap.min.css or install something to solve my problem?