summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/index.html
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-12-05 15:03:16 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-12-08 15:03:07 -0500
commit1431653196467eec7608cb30592d462b4c207be4 (patch)
treeeaa93906777d0bc45f0ecc5506195bc809d2d611 /recipeBuddy/src/index.html
parent443ded565b1482eaf17176967372f3986497f1b8 (diff)
Add material look to Add Recipe form
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>