Skip to content

Commit

Permalink
chore(RSS-ECOMM-1_35): update store info (#53)
Browse files Browse the repository at this point in the history
* feat: replace favicon

* chore: rename the project

* chore: add fonts
  • Loading branch information
stardustmeg authored Apr 26, 2024
1 parent 56e3a71 commit 5bf8321
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./src/shared/img/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eCommerce Application</title>
<title>Greenshop</title>
<script type="module" src="./src/main.ts" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Binary file added src/app/fonts/cerapro-black-webfont.woff
Binary file not shown.
Binary file added src/app/fonts/cerapro-black-webfont.woff2
Binary file not shown.
Binary file added src/app/fonts/cerapro-bold-webfont.woff
Binary file not shown.
Binary file added src/app/fonts/cerapro-bold-webfont.woff2
Binary file not shown.
Binary file added src/app/fonts/cerapro-light-webfont.woff
Binary file not shown.
Binary file added src/app/fonts/cerapro-light-webfont.woff2
Binary file not shown.
Binary file added src/app/fonts/cerapro-medium-webfont.woff
Binary file not shown.
Binary file added src/app/fonts/cerapro-medium-webfont.woff2
Binary file not shown.
Binary file added src/app/fonts/cerapro-regular-webfont.woff
Binary file not shown.
Binary file added src/app/fonts/cerapro-regular-webfont.woff2
Binary file not shown.
Binary file added src/app/fonts/cerapro-thin-webfont.woff
Binary file not shown.
Binary file added src/app/fonts/cerapro-thin-webfont.woff2
Binary file not shown.
Binary file removed src/shared/img/favicon.ico
Binary file not shown.

0 comments on commit 5bf8321

Please sign in to comment.