Ive been trying to use Inter font for my laravel breeze react project but i still cant find any solution that work.
Ive tried manually move the ttf file in resources/fonts/ and then import it into app.css but its still doesnt work.
@font-face {
font-family: "inter";
src: url("/resources/fonts/inter.ttf");
font-weight: normal;
font-style: normal;
}
html {
font-family: "inter", sans-serif;
}
Ive tried to find the index.html file but there isn’t any because its a laravel project. and in the app.jsx also doesnt work.
I would like to make all the font in my site using inter font
Javier Aahmes Reansyah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.