Skip to content

Commit

Permalink
font on body
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Apr 22, 2024
1 parent c33d115 commit baad972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/frontend/src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const { title, description } = Astro.props;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

.bg-gradient {
background: #780206;
Expand Down

0 comments on commit baad972

Please sign in to comment.