Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaoWang authored Mar 25, 2024
1 parent c7f9e6f commit 3c17151
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ body {
justify-content: center;
height: 100vh;
flex-direction: column;
font-family: 'SF Pro Display', 'SF Pro', 'Quicksand', 'Roboto', sans-serif;
src: url(fonts/SFProDisplay-Regular.woff);
font-family: url(fonts/SFProDisplay-Regular.woff), 'SF Pro Display', 'SF Pro', 'Quicksand', 'Roboto', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
Expand Down Expand Up @@ -396,4 +395,4 @@ td a:hover {
color: #fff;
border: none;
border-radius: 5px;
}
}

0 comments on commit 3c17151

Please sign in to comment.