cinny/src/font-face.css
Ajay Bura eddba3c652 Fix font weight for dark theme
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2022-01-16 14:17:23 +05:30

59 lines
No EOL
1.3 KiB
CSS

/* ---- ROBOTO ---- */
@font-face {
font-family: 'Roboto';
src: url(../public/res/fonts/roboto/Roboto-Light.ttf);
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(../public/res/fonts/roboto/Roboto-Regular.ttf);
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(../public/res/fonts/roboto/Roboto-Medium.ttf);
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url(../public/res/fonts/roboto/Roboto-Bold.ttf);
font-weight: 600;
font-display: swap;
}
/* ---- Inter ---- */
@font-face {
font-family: 'Inter';
src: url(../public/res/fonts/inter/Inter_vf_slant_weight.ttf);
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(../public/res/fonts/inter/Inter_vf_slant_weight.ttf);
font-weight: 350;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(../public/res/fonts/inter/Inter_vf_slant_weight.ttf);
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(../public/res/fonts/inter/Inter_vf_slant_weight.ttf);
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(../public/res/fonts/inter/Inter_vf_slant_weight.ttf);
font-weight: 600;
font-display: swap;
}