From c9da78cf66ff5629595a064f98e817d05c4adb2d Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Fri, 1 Sep 2023 13:23:13 +0530 Subject: [PATCH] Update globals.scss --- styles/globals.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/globals.scss b/styles/globals.scss index bbb7b87..51f0ee8 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -5,9 +5,9 @@ @font-face { font-family: "Satoshi"; - src: url(https://static.staging.whisperchain.xyz/fonts/Satoshi-Variable.woff2) format('woff2'), - url(https://static.staging.whisperchain.xyz/fonts/Satoshi-Variable.woff) format('woff'), - url(https://static.staging.whisperchain.xyz/fonts/Satoshi-Variable.ttf) format('truetype'); + src: url(https://static.whisperchain.xyz/fonts/Satoshi-Variable.woff2) format('woff2'), + url(https://static.whisperchain.xyz/fonts/Satoshi-Variable.woff) format('woff'), + url(https://static.whisperchain.xyz/fonts/Satoshi-Variable.ttf) format('truetype'); font-weight: 300 900; font-display: swap; font-style: normal; @@ -48,4 +48,4 @@ body { #hotOrNot{ transition: opacity 1s; -} \ No newline at end of file +}