Jordan Ward commited on
can you make the font for nagad clothing look more like the font on the logo image
Browse files- index.html +4 -3
index.html
CHANGED
|
@@ -8,9 +8,10 @@
|
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
|
|
|
| 11 |
<style>
|
| 12 |
-
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
|
| 13 |
-
|
| 14 |
font-family: 'Montserrat', sans-serif;
|
| 15 |
overflow-x: hidden;
|
| 16 |
scroll-behavior: smooth;
|
|
@@ -75,7 +76,7 @@
|
|
| 75 |
<!-- Hero Section -->
|
| 76 |
<section class="min-h-screen flex items-center justify-center relative px-6">
|
| 77 |
<div class="text-center max-w-4xl mx-auto">
|
| 78 |
-
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter">Nagad Clothing</h1>
|
| 79 |
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where faith meets urban culture. Inspired by scripture, driven by beats, designed for the streets.</p>
|
| 80 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 81 |
<button class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-200 hover-scale">Shop Now</button>
|
|
|
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
|
| 12 |
<style>
|
| 13 |
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Bebas+Neue&display=swap');
|
| 14 |
+
html, body {
|
| 15 |
font-family: 'Montserrat', sans-serif;
|
| 16 |
overflow-x: hidden;
|
| 17 |
scroll-behavior: smooth;
|
|
|
|
| 76 |
<!-- Hero Section -->
|
| 77 |
<section class="min-h-screen flex items-center justify-center relative px-6">
|
| 78 |
<div class="text-center max-w-4xl mx-auto">
|
| 79 |
+
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter" style="font-family: 'Bebas Neue', sans-serif;">Nagad Clothing</h1>
|
| 80 |
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where faith meets urban culture. Inspired by scripture, driven by beats, designed for the streets.</p>
|
| 81 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 82 |
<button class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-200 hover-scale">Shop Now</button>
|