Compare commits
11 Commits
version_5_
...
version_7_
| Author | SHA1 | Date | |
|---|---|---|---|
| c100643cf9 | |||
| bc7d7f90e9 | |||
| 993d46268d | |||
| eccb58d9d3 | |||
| 511fc9c95d | |||
| 033ba9afa3 | |||
| e95ce06e66 | |||
| c2e81e25bb | |||
| f309704eb2 | |||
| bbcf8c8fc6 | |||
| 524eba4fb6 |
11
index.html
11
index.html
@@ -5,14 +5,17 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cloud Vapor | Premium Vape Shop</title>
|
||||
<meta property="og:title" content="Cloud Vapor | Premium Vape Shop" />
|
||||
<meta name="twitter:title" content="Cloud Vapor | Premium Vape Shop" />
|
||||
<title>THE CLUB</title>
|
||||
<meta property="og:title" content="THE CLUB" />
|
||||
<meta name="twitter:title" content="THE CLUB" />
|
||||
<meta name="description" content="Explore premium vape hardware, high-quality juices, and expert support at Cloud Vapor. Quality guaranteed." />
|
||||
<meta property="og:description" content="Explore premium vape hardware, high-quality juices, and expert support at Cloud Vapor. Quality guaranteed." />
|
||||
<meta name="twitter:description" content="Explore premium vape hardware, high-quality juices, and expert support at Cloud Vapor. Quality guaranteed." />
|
||||
<meta property="og:image" content="https://storage.googleapis.com/webild/users/user_3FYwCg59sreCxPMpUsXF0veAiie/uploaded-1782266396940-b1gh2vxw.png" />
|
||||
<meta name="twitter:image" content="https://storage.googleapis.com/webild/users/user_3FYwCg59sreCxPMpUsXF0veAiie/uploaded-1782266396940-b1gh2vxw.png" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
@@ -1,4 +1,4 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
@@ -88,7 +88,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'DM Sans', sans-serif;
|
||||
--font-sans: 'Inter', sans-serif;
|
||||
--font-tight: "Inter Tight", sans-serif;
|
||||
--font-mono: monospace;
|
||||
|
||||
@@ -137,7 +137,7 @@ body {
|
||||
margin: 0;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
Reference in New Issue
Block a user