From 4ba8e4c517c15ae89bfb8346b540f60ac2bbde76 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 18 Jun 2024 11:56:31 +0700 Subject: [PATCH] chore: adjust weight --- src/theme/fonts.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/fonts.scss b/src/theme/fonts.scss index c3685bbdf7..cc26565eea 100644 --- a/src/theme/fonts.scss +++ b/src/theme/fonts.scss @@ -25,6 +25,6 @@ @font-face { font-family: Unbounded; font-style: normal; - font-weight: 900; + font-weight: 800; src: url('./fonts/Unbounded.woff2') format('woff2'); }