Skip to content

Commit

Permalink
Update style.css Inter Font
Browse files Browse the repository at this point in the history
  • Loading branch information
chichun2002 authored Apr 17, 2024
1 parent 0d9f60c commit f6415a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*{
/* outline: 1px solid red; */
font-family: "Roboto", sans-serif;
font-family: "Inter", sans-serif;
font-style: normal;
box-sizing: border-box;
}
Expand Down

0 comments on commit f6415a5

Please sign in to comment.