Skip to content

Commit

Permalink
open sans
Browse files Browse the repository at this point in the history
  • Loading branch information
estheryihanzh committed Nov 20, 2024
1 parent 1a81b03 commit b74d44b
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,6 +4,8 @@

// Typography

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

p,
h1,
h2,
Expand All @@ -17,7 +19,7 @@ li,
span,
strong {
color: var(--global-text-color);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: 'Open Sans', sans-serif;
}

hr {
Expand Down

0 comments on commit b74d44b

Please sign in to comment.