Skip to content

Commit

Permalink
lato
Browse files Browse the repository at this point in the history
  • Loading branch information
estheryihanzh committed Nov 20, 2024
1 parent b74d44b commit fbc712b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

// Typography

// import google fonts
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

p,
h1,
Expand All @@ -19,7 +21,7 @@ li,
span,
strong {
color: var(--global-text-color);
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
}

hr {
Expand Down

0 comments on commit fbc712b

Please sign in to comment.