Fix font weight for dark theme

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-01-16 14:17:23 +05:30
parent f0c9a458bb
commit eddba3c652
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
@font-face {
font-family: 'Inter';
src: url(../public/res/fonts/inter/Inter_vf_slant_weight.ttf);
font-weight: 380;
font-weight: 350;
font-display: swap;
}
@font-face {