Skip to content

Commit

Permalink
Merge pull request #50 from Rotzbua/fix_css
Browse files Browse the repository at this point in the history
fix(css): missing var()
  • Loading branch information
ochafik authored Jul 17, 2024
2 parents 7fc953e + 6739e28 commit 76f4f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
margin: 0;
font-family: (--font-family);
font-family: var(--font-family);
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif; */
Expand Down

0 comments on commit 76f4f19

Please sign in to comment.