Skip to content

Commit 7ef624d

Browse files
committed
styles: Rename --font-family CSS variable to --font-sans
1 parent 97d6260 commit 7ef624d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/application.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--header-bg-color: var(--green800);
1111
--footer-bg-color: var(--green800);
1212

13-
--font-family: "Fira Sans", sans-serif;
13+
--font-sans: "Fira Sans", sans-serif;
1414
--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1515

1616
--main-color: #383838;
@@ -39,7 +39,7 @@ html, body {
3939

4040
body {
4141
background-color: var(--header-bg-color);
42-
font-family: var(--font-family);
42+
font-family: var(--font-sans);
4343
font-size: 16px;
4444
display: flex;
4545
flex-direction: column;

0 commit comments

Comments
 (0)