From f3531cbe1632ffb6ba30125b4ee8700dbfb8dfa0 Mon Sep 17 00:00:00 2001 From: Jennifer Echenim Date: Tue, 27 Feb 2024 13:33:11 +0100 Subject: [PATCH] Update font-family (#1816) --- tools/tenscan/frontend/styles/globals.css | 6 +++--- tools/walletextension/frontend/src/styles/globals.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/tenscan/frontend/styles/globals.css b/tools/tenscan/frontend/styles/globals.css index 5e03f76d5f..79c3d941e9 100644 --- a/tools/tenscan/frontend/styles/globals.css +++ b/tools/tenscan/frontend/styles/globals.css @@ -91,13 +91,13 @@ } html { - font-family: "DMSans", sans-serif; + font-family: "Quicksand", sans-serif; } body { @apply bg-background text-foreground; font-feature-settings: "rlig" 1, "calt" 1; - font-family: "DMSans", sans-serif; + font-family: "Quicksand", sans-serif; } h1, @@ -107,7 +107,7 @@ h5, h6 { font-weight: 500; - font-family: "Quicksand", cursive; + font-family: "DMSans", sans-serif; } /* styles for docs */ diff --git a/tools/walletextension/frontend/src/styles/globals.css b/tools/walletextension/frontend/src/styles/globals.css index 2906ab7bef..441012a02f 100644 --- a/tools/walletextension/frontend/src/styles/globals.css +++ b/tools/walletextension/frontend/src/styles/globals.css @@ -11,13 +11,13 @@ } html { - font-family: "DMSans", sans-serif; + font-family: "Quicksand", sans-serif; } body { @apply bg-background text-foreground; font-feature-settings: "rlig" 1, "calt" 1; - font-family: "DMSans", sans-serif; + font-family: "Quicksand", sans-serif; } h1, @@ -27,7 +27,7 @@ h5, h6 { font-weight: 500; - font-family: "Quicksand", sans-serif; + font-family: "DMSans", sans-serif; } :root {