I have experimented with various methods to apply this font, but it is still not functioning correctly.
@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 am using bootswatch for styling. Should I modify bootstrap.min.css or install a different solution to resolve this issue?