mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: add new font weight for links
This commit is contained in:
parent
4d2645f06c
commit
287d7b33fb
4 changed files with 11 additions and 0 deletions
BIN
public/fonts/inter-v13-latin-500.woff2
Normal file
BIN
public/fonts/inter-v13-latin-500.woff2
Normal file
Binary file not shown.
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
& a {
|
||||
color: var(--color-foreground);
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
|
||||
& span {
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
margin-top: 8px;
|
||||
color: var(--color-foreground);
|
||||
font-size: var(--font-sm);
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,15 @@
|
|||
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 */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue