Skip to content

Commit

Permalink
Merge pull request #36 from the-collab-lab/dn-stylize-fonts
Browse files Browse the repository at this point in the history
Update font style and color
  • Loading branch information
yiremorlans committed May 24, 2023
2 parents 9824b44 + 861b8f9 commit f56fea2
Show file tree
Hide file tree
Showing 9 changed files with 331 additions and 134 deletions.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -11,6 +11,12 @@
content="A smart shopping list that learns your purchase habits and makes suggestions, so you don't forget to buy what's important."
/>
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Arvo&family=Lato&display=swap"
rel="stylesheet"
/>
<meta name="color-scheme" content="dark light" />
<title>Smart Shopping List</title>
<script type="module" src="/src/index.jsx" async></script>
Expand Down

0 comments on commit f56fea2

Please sign in to comment.