From 5e057c69687c139d9cc78228accf004d2ed8d119 Mon Sep 17 00:00:00 2001 From: Jennifer Echenim Date: Tue, 27 Feb 2024 13:49:21 +0100 Subject: [PATCH] Jennifer/3015 switch primary and secondary fonts on gateway and tenscan (#1819) * Update font-family --- 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 {