Skip to content

Commit

Permalink
Update main.css to use CSS format for font
Browse files Browse the repository at this point in the history
  • Loading branch information
wins1ey committed Jun 4, 2024
1 parent 44acbd5 commit 4ad2307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
background: #222;
padding: 0;
margin: 0;
font: Roboto, Droid Sans, Open Sans, Ubuntu, Cantarell, Arial, FreeSans, Liberation Sans;
font-family: Roboto, Droid Sans, Open Sans, Ubuntu, Cantarell, Arial, FreeSans, Liberation Sans;
}
.header {
background: linear-gradient(#555,#222);
Expand Down

0 comments on commit 4ad2307

Please sign in to comment.