diff --git a/public/fonts/inter-v13-latin-500.woff2 b/public/fonts/inter-v13-latin-500.woff2 new file mode 100644 index 0000000..21db794 Binary files /dev/null and b/public/fonts/inter-v13-latin-500.woff2 differ diff --git a/src/components/footer/footer.module.css b/src/components/footer/footer.module.css index e814bb3..dd6f538 100644 --- a/src/components/footer/footer.module.css +++ b/src/components/footer/footer.module.css @@ -10,6 +10,7 @@ & a { color: var(--color-foreground); + font-weight: 500; text-decoration: none; & span { diff --git a/src/components/sections/why/why.module.css b/src/components/sections/why/why.module.css index c1abf91..e06d165 100644 --- a/src/components/sections/why/why.module.css +++ b/src/components/sections/why/why.module.css @@ -57,6 +57,7 @@ margin-top: 8px; color: var(--color-foreground); font-size: var(--font-sm); + font-weight: 500; text-decoration: none; } } diff --git a/src/styles/fonts.css b/src/styles/fonts.css index b7d6419..283a44b 100644 --- a/src/styles/fonts.css +++ b/src/styles/fonts.css @@ -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;