mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 18:50:29 +03:00
Fix font weight for dark theme
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
f0c9a458bb
commit
eddba3c652
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue