Skip to content

Commit

Permalink
Use google font for items
Browse files Browse the repository at this point in the history
  • Loading branch information
panosalbanis committed Mar 16, 2019
1 parent 8653bea commit 828d5ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions grocery-list-fe/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link
href="https://fonts.googleapis.com/css?family=Indie+Flower"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
Expand Down
2 changes: 1 addition & 1 deletion grocery-list-fe/src/components/GroceryList/GroceryList.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
min-height: 300px;
border: lightgrey 1px solid;
border-radius: 8px;
color: gray;
font-family: 'Indie Flower', cursive;
}

.addItemContainer {
Expand Down

0 comments on commit 828d5ba

Please sign in to comment.