Skip to content

Commit 1cb060e

Browse files
committed
styles: Rename --font-family CSS variable to --font-primary
1 parent cd05bb7 commit 1cb060e

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-primary: "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-primary);
4343
font-size: 16px;
4444
display: flex;
4545
flex-direction: column;

0 commit comments

Comments
 (0)