Skip to content

Commit

Permalink
Jennifer/3015 switch primary and secondary fonts on gateway and tensc…
Browse files Browse the repository at this point in the history
…an (#1819)

* Update font-family
  • Loading branch information
Jennievon authored Feb 27, 2024
1 parent d43ae52 commit 5e057c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tools/tenscan/frontend/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -107,7 +107,7 @@
h5,
h6 {
font-weight: 500;
font-family: "Quicksand", cursive;
font-family: "DMSans", sans-serif;
}

/* styles for docs */
Expand Down
6 changes: 3 additions & 3 deletions tools/walletextension/frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -27,7 +27,7 @@
h5,
h6 {
font-weight: 500;
font-family: "Quicksand", sans-serif;
font-family: "DMSans", sans-serif;
}

:root {
Expand Down

0 comments on commit 5e057c6

Please sign in to comment.