Skip to content

Commit

Permalink
update css to display Lato font
Browse files Browse the repository at this point in the history
  • Loading branch information
emmalim authored Feb 20, 2024
1 parent 5efa3c9 commit ff6bcde
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ body {
color: black;
background-color: white;
padding: 0;
font-family: "Helvetica", "Arial", sans-serif;

font-family: 'Lato', 'Helvetica', sans-serif;
}

main {
Expand Down Expand Up @@ -78,7 +77,7 @@ h4{

/*NAV BAR----------------------------------------------------------------------*/
nav {
font-family: "Inter", "Helvetica", sans-serif;
font-family: "Lato", "Helvetica", sans-serif;
width: 100%;
box-shadow: 0px 10px 20px 0px #dee0e3;

Expand Down Expand Up @@ -364,7 +363,7 @@ li{
@media screen and (min-width:796px){ /*larger than phone*/

nav {
font-family: "Inter", "Helvetica", sans-serif;
font-family: "Lato", "Helvetica", sans-serif;
font-size: 30px;
width: 24%;
float: left;
Expand Down Expand Up @@ -414,7 +413,7 @@ li{
float: right;
margin-right: 2%;
padding: 0;
font-family: "Helvetica", "Arial", sans-serif;
font-family: "Lato", "Helvetica", sans-serif;
font-size: 1rem;
}

Expand Down

0 comments on commit ff6bcde

Please sign in to comment.