summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/index.html
diff options
context:
space:
mode:
authorChris Undercoffer <undercofferch18@gmail.com>2019-12-09 17:13:47 -0500
committerChris Undercoffer <undercofferch18@gmail.com>2019-12-09 17:13:47 -0500
commitd04ec02a64e85d13f04e8a5567d82ae2bcce3ff0 (patch)
treee5841b7fda2a49bf8875cbf17aefe4a44ef58131 /recipeBuddy/src/index.html
parentc3666978e0eef9eeb52d4e383a98d3ef075c37da (diff)
parent67b9f6678c6c588f231bce1f658adfe0e11321ab (diff)
Merge branch 'master' into shoppingcart
Diffstat (limited to 'recipeBuddy/src/index.html')
-rw-r--r--recipeBuddy/src/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipeBuddy/src/index.html b/recipeBuddy/src/index.html
index 122efbf..29b1c1b 100644
--- a/recipeBuddy/src/index.html
+++ b/recipeBuddy/src/index.html
@@ -6,6 +6,8 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
+ <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<app-root></app-root>