diff options
author | chrisundercoffer <55003067+chrisundercoffer@users.noreply.github.com> | 2019-12-09 17:08:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 17:08:51 -0500 |
commit | 67b9f6678c6c588f231bce1f658adfe0e11321ab (patch) | |
tree | bc42a10b22ef6402bdbb41794eee584a56737920 /recipeBuddy/src/index.html | |
parent | 5cf3689290666f70cd631d7b3d40a2ed245a3fce (diff) | |
parent | 2a46419961ab4db50146434945a57859893f8d54 (diff) |
Merge pull request #14 from tuckerevans/add_page
Add Recipe Page
Diffstat (limited to 'recipeBuddy/src/index.html')
-rw-r--r-- | recipeBuddy/src/index.html | 2 |
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> |