fonts.css 1.31 KB
@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');
}

@font-face {
    font-family: 'Sofia Pro Light';
    font-style: normal;
    font-weight: 300;
    src: local('Sofia Pro Light'), url('../public/fonts/SofiaPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Sofia Pro Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Sofia Pro Bold'), url('../public/fonts/SofiaPro-Bold.ttf') format('truetype');
}