Skip to content

Commit 74f049d

Browse files
authored
Merge pull request #14 from aikhanj/design-refactor
Design refactor
2 parents 3fbc56e + b6caaff commit 74f049d

30 files changed

+3131
-559
lines changed

bg.png

608 KB
Loading

extension/package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/public/bg.png

608 KB
Loading

extension/public/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
<head>
44
<meta charset="utf-8" />
55
<link rel="preconnect" href="https://fonts.googleapis.com">
6-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
7-
<link href="https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
8-
<link rel="preconnect" href="https://fonts.googleapis.com">
96
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10-
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap" rel="stylesheet">
7+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
118
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
129
<meta name="viewport" content="width=device-width, initial-scale=1" id="viewport-meta" />
1310
<meta name="theme-color" content="#000000" />

0 commit comments

Comments
 (0)