style: add new font weight for links

This commit is contained in:
MAZE 2023-11-05 15:07:04 +03:30
parent 4d2645f06c
commit 287d7b33fb
4 changed files with 11 additions and 0 deletions

Binary file not shown.

View file

@ -10,6 +10,7 @@
& a { & a {
color: var(--color-foreground); color: var(--color-foreground);
font-weight: 500;
text-decoration: none; text-decoration: none;
& span { & span {

View file

@ -57,6 +57,7 @@
margin-top: 8px; margin-top: 8px;
color: var(--color-foreground); color: var(--color-foreground);
font-size: var(--font-sm); font-size: var(--font-sm);
font-weight: 500;
text-decoration: none; text-decoration: none;
} }
} }

View file

@ -16,6 +16,15 @@
src: url('/fonts/inter-v13-latin-regular.woff2') format('woff2'); src: url('/fonts/inter-v13-latin-regular.woff2') format('woff2');
} }
/* inter-500 - latin */
@font-face {
font-display: swap;
font-family: Inter;
font-style: normal;
font-weight: 500;
src: url('../fonts/inter-v13-latin-500.woff2') format('woff2');
}
/* inter-tight-600 - latin */ /* inter-tight-600 - latin */
@font-face { @font-face {
font-display: swap; font-display: swap;