fonts.css
948 Bytes
@font-face {
font-family: 'Inter Regular';
font-style: normal;
font-weight: normal;
src: local('Inter Regular'), url('../public/fonts/Inter-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Inter SemiBold';
font-style: normal;
font-weight: normal;
src: local('Inter SemiBold'), url('../public/fonts/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: 'Inter Bold';
font-style: normal;
font-weight: normal;
src: local('Inter Bold'), url('../public/fonts/Inter-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Inter Black';
font-style: normal;
font-weight: normal;
src: local('Inter Black'), url('../public/fonts/Inter-Black.ttf') format('truetype');
}
@font-face {
font-family: 'Inter Medium';
font-style: normal;
font-weight: normal;
src: local('Inter Medium'), url('../public/fonts/Inter-Medium.ttf') format('truetype');
}