Files
cinny/src/font-face.css
T

59 lines
1.3 KiB
CSS
Raw Normal View History

2021-12-16 17:55:16 +05:30
/* ---- ROBOTO ---- */
@font-face {
font-family: 'Roboto';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/roboto/Roboto-Light.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/roboto/Roboto-Regular.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/roboto/Roboto-Medium.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/roboto/Roboto-Bold.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 600;
font-display: swap;
}
/* ---- Inter ---- */
@font-face {
font-family: 'Inter';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/inter/Inter_vf_slant_weight.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'Inter';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/inter/Inter_vf_slant_weight.ttf);
2022-01-16 14:17:23 +05:30
font-weight: 350;
2021-12-16 17:55:16 +05:30
font-display: swap;
}
@font-face {
font-family: 'Inter';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/inter/Inter_vf_slant_weight.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Inter';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/inter/Inter_vf_slant_weight.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Inter';
2022-01-31 12:16:49 +05:30
src: url(../public/fonts/inter/Inter_vf_slant_weight.ttf);
2021-12-16 17:55:16 +05:30
font-weight: 600;
font-display: swap;
}