Skip to content

Commit

Permalink
Merge pull request #1 from DuaneSEvans/add-favicon
Browse files Browse the repository at this point in the history
Add favicon test
  • Loading branch information
DuaneSEvans authored Jul 15, 2022
2 parents 4f7cac4 + d22c9b7 commit deb3a8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For taking an interest in Musicbox and thank you in advance for any contribution
# Contributors

- Dan Lavin
- Duane Evans
- Jason Sisk
- Sean Dennison
- Truman Shuck
Expand Down
16 changes: 10 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> -->
<!-- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> -->
<link rel="icon" type="image/svg" href="../src/images/musicbox-mark-purple.svg" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -23,9 +23,13 @@
<style>
/* TODO: figure out a better way to import this font */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
html {
font-family: 'Inter', sans-serif;
}
@supports (font-variation-settings: normal) {
html { font-family: 'Inter var', sans-serif; }
html {
font-family: 'Inter var', sans-serif;
}
}
</style>
</head>
Expand Down

1 comment on commit deb3a8c

@vercel
Copy link

@vercel vercel bot commented on deb3a8c Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

musicbox – ./

musicbox-git-master-duanesevans.vercel.app
musicbox-sage.vercel.app
musicbox-duanesevans.vercel.app

Please sign in to comment.